Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp55 addCompileUnit(CU); in processModule()
125 addCompileUnit(CU); in processScope()
199 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp78 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestAllForms()
469 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestChildren()
596 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences()
597 dwarfgen::CompileUnit &CU2 = DG->addCompileUnit(); in TestReferences()
848 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestAddresses()
1020 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1083 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1113 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1300 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1409 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
[all …]
DDwarfGenerator.h299 dwarfgen::CompileUnit &addCompileUnit();
DDwarfGenerator.cpp569 dwarfgen::CompileUnit &dwarfgen::Generator::addCompileUnit() { in addCompileUnit() function in dwarfgen::Generator
/external/llvm/include/llvm/IR/
DDebugInfo.h79 bool addCompileUnit(DICompileUnit *CU);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h88 bool addCompileUnit(DICompileUnit *CU);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h94 bool addCompileUnit(DICompileUnit *CU);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp77 if (!addCompileUnit(CU)) in processCompileUnit()
156 addCompileUnit(CU); in processScope()
239 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp77 if (!addCompileUnit(CU)) in processCompileUnit()
154 addCompileUnit(CU); in processScope()
222 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp736 void addCompileUnit(DWARFDie D) { in addCompileUnit() function in __anonfc8e34e20311::LiveVariablePrinter
1760 LVP.addCompileUnit(CU->getUnitDIE(false)); in disassembleObject()