Home
last modified time | relevance | path

Searched refs:getOrCreateModule (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h280 DIE *getOrCreateModule(const DIModule *M);
DDwarfUnit.cpp671 return getOrCreateModule(M); in getOrCreateContextDIE()
1072 DIE *DwarfUnit::getOrCreateModule(const DIModule *M) { in getOrCreateModule() function in DwarfUnit
DDwarfCompileUnit.cpp674 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h256 DIE *getOrCreateModule(const DIModule *M);
DDwarfUnit.cpp713 return getOrCreateModule(M); in getOrCreateContextDIE()
1165 DIE *DwarfUnit::getOrCreateModule(const DIModule *M) { in getOrCreateModule() function in DwarfUnit
DDwarfCompileUnit.cpp794 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()