Home
last modified time | relevance | path

Searched refs:addCompileUnit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h89 void addCompileUnit(DWARFDie D);
H A DSourcePrinter.cpp140 void LiveVariablePrinter::addCompileUnit(DWARFDie D) { in addCompileUnit() function in llvm::objdump::LiveVariablePrinter
H A Dllvm-objdump.cpp1828 LVP.addCompileUnit(CU->getUnitDIE(false)); in disassembleObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h128 bool addCompileUnit(DICompileUnit *CU);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp210 if (!addCompileUnit(CU)) in processCompileUnit()
296 addCompileUnit(CU); in processScope()
356 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder