Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp80 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestAllForms()
491 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
630 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit();
631 dwarfgen::CompileUnit &CU2 = DG->addCompileUnit();
894 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1082 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1149 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1183 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1374 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1487 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
[all …]
H A DDWARFDieManualExtractTest.cpp34 dwarfgen::CompileUnit &DGCU = DG->addCompileUnit(); in TEST()
H A DDwarfGenerator.h299 dwarfgen::CompileUnit &addCompileUnit();
H A DDwarfGenerator.cpp565 dwarfgen::CompileUnit &dwarfgen::Generator::addCompileUnit() { in addCompileUnit() function in dwarfgen::Generator
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h112 bool addCompileUnit(DICompileUnit *CU);
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.h88 void addCompileUnit(DWARFDie D);
H A DSourcePrinter.cpp134 void LiveVariablePrinter::addCompileUnit(DWARFDie D) { in addCompileUnit() function in llvm::objdump::LiveVariablePrinter
H A Dllvm-objdump.cpp1381 LVP.addCompileUnit(CU->getUnitDIE(false)); in disassembleObject()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp162 if (!addCompileUnit(CU)) in processCompileUnit()
239 addCompileUnit(CU); in processScope()
307 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder