Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp932 addCompileUnit(DICompileUnit(CU_Nodes->getOperand(i))); in processModule()
949 addCompileUnit(DICompileUnit(Scope)); in processModule()
968 addCompileUnit(DIG.getCompileUnit()); in processModule()
984 addCompileUnit(DICompileUnit(S)); in processLocation()
1001 addCompileUnit(DT.getCompileUnit()); in processType()
1037 addCompileUnit(SP.getCompileUnit()); in processSubprogram()
1053 addCompileUnit(DIVariable(N).getCompileUnit()); in processDeclare()
1070 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) { in addCompileUnit() function in DebugInfoFinder
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp79 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestAllForms()
469 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestChildren()
595 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences()
596 dwarfgen::CompileUnit &CU2 = DG->addCompileUnit(); in TestReferences()
845 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TestAddresses()
1016 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1198 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1310 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1369 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
1589 dwarfgen::CompileUnit &CU = DG->addCompileUnit(); in TEST()
[all …]
DDwarfGenerator.h294 dwarfgen::CompileUnit &addCompileUnit();
DDwarfGenerator.cpp538 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-7.0/llvm/include/llvm/IR/
DDebugInfo.h89 bool addCompileUnit(DICompileUnit *CU);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp78 if (!addCompileUnit(CU)) in processCompileUnit()
157 addCompileUnit(CU); in processScope()
240 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h814 bool addCompileUnit(DICompileUnit CU);