HomeSort by relevance Sort by last modified time
    Searched refs:CUs (Results 1 - 25 of 40) sorted by null

1 2

  /external/elfutils/tests/
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/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFContext.h 29 SmallVector<DWARFCompileUnit, 1> CUs;
37 /// Read compile units from the debug_info section and store them in CUs.
45 if (CUs.empty())
47 return CUs.size();
51 if (CUs.empty())
53 return &CUs[index];
DWARFContext.cpp 107 CUs.push_back(DWARFCompileUnit(*this));
108 if (!CUs.back().extract(debug_info_data, &offset)) {
109 CUs.pop_back();
113 offset = CUs.back().getNextCompileUnitOffset();
133 if (CUs.empty())
136 DWARFCompileUnit *i = std::lower_bound(CUs.begin(), CUs.end(), offset,
138 if (i != CUs.end())
  /external/llvm/include/llvm/IR/
DebugInfo.h 57 /// used by the CUs.
95 return make_range(CUs.begin(), CUs.end());
114 unsigned compile_unit_count() const { return CUs.size(); }
121 SmallVector<DICompileUnit *, 8> CUs;
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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 69 /// used by the CUs.
107 return make_range(CUs.begin(), CUs.end());
126 unsigned compile_unit_count() const { return CUs.size(); }
133 SmallVector<DICompileUnit *, 8> CUs;
Module.h 683 NamedMDNode *CUs;
687 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
688 : CUs(CUs), Idx(Idx) {
712 auto *CUs = getNamedMetadata("llvm.dbg.cu");
713 return debug_compile_units_iterator(CUs, 0);
717 auto *CUs = getNamedMetadata("llvm.dbg.cu");
718 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 50 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs;
61 /// be shared across CUs, that is why we keep the map here instead
71 return CUs;
90 /// \brief Add a unit to the list of CUs.
DwarfFile.cpp 55 CUs.push_back(std::move(U));
61 for (const auto &TheU : CUs)
82 for (const auto &TheU : CUs) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 41 DWARFUnitSection<DWARFCompileUnit> CUs;
62 /// and store them in CUs.
94 return cu_iterator_range(CUs.begin(), CUs.end());
118 return CUs.size();
142 return CUs[index].get();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 58 DWARFUnitSection<DWARFCompileUnit> CUs;
77 /// and store them in CUs.
111 return cu_iterator_range(CUs.begin(), CUs.end());
135 return CUs.size();
159 return CUs[index].get();

Completed in 1368 milliseconds

1 2