HomeSort by relevance Sort by last modified time
    Searched defs:Contributions (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 54 std::unique_ptr<SectionContribution[]> Contributions;
61 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 56 std::unique_ptr<SectionContribution[]> Contributions;
64 return Contributions.get();
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 184 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
213 Entry.Contributions[0] = {};
215 auto &C = Entry.Contributions[Kind - DW_SECT_INFO];
220 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
222 C.Offset - TUEntry.Contributions[DW_SECT_TYPES - DW_SECT_INFO].Offset,
241 Entry.Contributions[0] = {};
242 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
269 for (size_t i = 0; i != array_lengthof(E.second.Contributions); ++i)
271 Out.EmitIntValue(E.second.Contributions[i].*Field, 4);
420 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]
    [all...]

Completed in 1256 milliseconds