Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1064 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name); in ParseMetadata()
1129 unsigned NewKind = TheModule->getMDKindID(Name.str()); in ParseMetadata()
1556 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in ParseModule()
1565 GI = TheModule->global_begin(), GE = TheModule->global_end(); in ParseModule()
1649 TheModule->setTargetTriple(S); in ParseModule()
1656 TheModule->setDataLayout(S); in ParseModule()
1663 TheModule->setModuleInlineAsm(S); in ParseModule()
1670 TheModule->addLibrary(S); in ParseModule()
1721 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0, in ParseModule()
1752 "", TheModule); in ParseModule()
[all …]
DBitcodeReader.h131 Module *TheModule; variable
190 : Context(C), TheModule(0), Buffer(buffer), BufferOwned(false), in BitcodeReader()