Home
last modified time | relevance | path

Searched refs:TheModule (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp188 Module *TheModule; member in __anon50290e470110::BitcodeReader
2004 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup()
2013 GI = TheModule->global_begin(), GE = TheModule->global_end(); in GlobalCleanup()
2051 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in ParseModule()
2060 GI = TheModule->global_begin(), GE = TheModule->global_end(); in ParseModule()
2161 TheModule->setTargetTriple(S); in ParseModule()
2168 TheModule->setDataLayout(S); in ParseModule()
2341 TheModule = nullptr; in ParseBitcodeInto()
2378 if (TheModule) in ParseBitcodeInto()
2380 TheModule = M; in ParseBitcodeInto()
[all …]
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp430 Module *TheModule; member in __anoncb3d3d010110::BitcodeReader
2297 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup()
2306 GI = TheModule->global_begin(), GE = TheModule->global_end(); in GlobalCleanup()
2428 TheModule->setTargetTriple(S); in ParseModule()
2435 TheModule->setDataLayout(S); in ParseModule()
2606 TheModule = nullptr; in ParseBitcodeInto()
2643 if (TheModule) in ParseBitcodeInto()
2645 TheModule = M; in ParseBitcodeInto()
3715 for (Module::iterator F = TheModule->begin(), E = TheModule->end(); in materializeModule()
3746 UpgradeExceptionHandling(TheModule); in materializeModule()
[all …]