/external/elfutils/tests/ |
D | run-readelf-gdb_index.sh | 90 [ 123] symbol: global, CUs: 1 91 [ 489] symbol: main, CUs: 0 92 [ 518] symbol: char, CUs: 0 93 [ 661] symbol: foo, CUs: 0T 94 [ 741] symbol: hello, CUs: 0, 1 95 [ 746] symbol: say, CUs: 1 96 [ 754] symbol: int, CUs: 0 121 [ 123] symbol: global, CUs: 1 (var:G) 122 [ 489] symbol: main, CUs: 0 (func:G) 123 [ 518] symbol: char, CUs: 0 (type:S) [all …]
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 702 NamedMDNode *CUs; 706 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) 707 : CUs(CUs), Idx(Idx) { 731 auto *CUs = getNamedMetadata("llvm.dbg.cu"); 732 return debug_compile_units_iterator(CUs, 0); 736 auto *CUs = getNamedMetadata("llvm.dbg.cu"); 737 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0); 744 auto *CUs = getNamedMetadata("llvm.dbg.cu"); 746 debug_compile_units_iterator(CUs, 0), 747 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0));
|
D | DebugInfo.h | 95 return make_range(CUs.begin(), CUs.end()); in compile_units() 114 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() 121 SmallVector<DICompileUnit *, 8> CUs;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 703 NamedMDNode *CUs; variable 709 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator() argument 710 : CUs(CUs), Idx(Idx) { in debug_compile_units_iterator() 739 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local 740 return debug_compile_units_iterator(CUs, 0); in debug_compile_units_begin() 744 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local 745 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0); in debug_compile_units_end() 752 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local 754 debug_compile_units_iterator(CUs, 0), in debug_compile_units() 755 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)); in debug_compile_units()
|
D | DebugInfo.h | 104 return make_range(CUs.begin(), CUs.end()); in compile_units() 123 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() 130 SmallVector<DICompileUnit *, 8> CUs;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Module.h | 710 NamedMDNode *CUs; variable 716 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator() argument 717 : CUs(CUs), Idx(Idx) { in debug_compile_units_iterator() 746 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local 747 return debug_compile_units_iterator(CUs, 0); in debug_compile_units_begin() 751 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local 752 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0); in debug_compile_units_end() 759 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local 761 debug_compile_units_iterator(CUs, 0), in debug_compile_units() 762 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)); in debug_compile_units()
|
D | DebugInfo.h | 110 return make_range(CUs.begin(), CUs.end()); in compile_units() 129 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() 136 SmallVector<DICompileUnit *, 8> CUs;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 27 CUs.push_back(std::move(U)); in addUnit() 33 for (const auto &TheU : CUs) in emitUnits() 66 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
D | DwarfFile.h | 58 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable 101 return CUs; in getUnits()
|
D | AccelTable.cpp | 553 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable() argument 555 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() 557 for (const auto &CU : enumerate(CUs)) { in emitDWARF5AccelTable() 586 ArrayRef<MCSymbol *> CUs, in emitDWARF5AccelTable() argument 590 Dwarf5AccelTableWriter<DWARF5AccelTableStaticData>(Asm, Contents, CUs, in emitDWARF5AccelTable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 26 CUs.push_back(std::move(U)); in addUnit() 32 for (const auto &TheU : CUs) in emitUnits() 65 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
D | DwarfFile.h | 59 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable 102 return CUs; in getUnits()
|
D | AccelTable.cpp | 551 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable() argument 553 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() 555 for (const auto &CU : enumerate(CUs)) { in emitDWARF5AccelTable() 584 ArrayRef<MCSymbol *> CUs, in emitDWARF5AccelTable() argument 588 Dwarf5AccelTableWriter<DWARF5AccelTableStaticData>(Asm, Contents, CUs, in emitDWARF5AccelTable()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 41 DWARFUnitSection<DWARFCompileUnit> CUs; variable 94 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units() 118 return CUs.size(); in getNumCompileUnits() 142 return CUs[index].get(); in getCompileUnitAtIndex()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 55 CUs.push_back(std::move(U)); in addUnit() 61 for (const auto &TheU : CUs) in emitUnits() 82 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
D | DwarfFile.h | 50 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable 71 return CUs; in getUnits()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 385 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *() 388 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->() 392 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
|
D | DebugInfo.cpp | 45 CUs.clear(); in reset() 205 CUs.push_back(CU); in addCompileUnit()
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | comparing_scenarios.story | 1 Scenario: Compare CUs containing lambdas should not crash awfully
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 372 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *() 375 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->() 379 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
|
/external/llvm-project/llvm/lib/IR/ |
D | Module.cpp | 400 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *() 403 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->() 407 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | fission-hash.ll | 4 ; The source is an empty file, modified to include/retain an 'int' type, since empty CUs are omitte…
|
D | debug-names-ir-disabled.ll | 2 ; Verify that no DWARF v5 names section is emitted when all CUs disable name tables.
|
D | clang-module.ll | 4 ; Clang modules leave Skeleton CUs as breadcrumbs to point from the object files
|
/external/llvm-project/lld/test/ELF/ |
D | gdb-index-multiple-cu-2.s | 7 # %t.o has 2 CUs while %t1 has 1, thus _start in %t1.o should have cuIndex 2.
|