Home
last modified time | relevance | path

Searched refs:lookupCU (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h810 DwarfCompileUnit *lookupCU(const DIE *Die) { return CUDieMap.lookup(Die); } in lookupCU() function
811 const DwarfCompileUnit *lookupCU(const DIE *Die) const { in lookupCU() function
DAccelTable.cpp573 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
DDwarfCompileUnit.cpp1124 ContextCU = DD->lookupCU(ContextDIE->getUnitDie()); in constructAbstractSubprogramScopeDIE()