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

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFContext.h 89 StringRef InfoSection;
96 StringRef infoSection,
102 InfoSection(infoSection),
109 virtual StringRef getInfoSection() { return InfoSection; }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 106 const DWARFSection &InfoSection;
174 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
180 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
DWARFContext.h 244 DWARFSection InfoSection;
284 const DWARFSection &getInfoSection() override { return InfoSection; }
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 391 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection,
427 InfoSection = Contents;
508 StringRef InfoSection;
518 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection,
522 if (InfoSection.empty())
530 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection);
556 getSubsection(InfoSection, E, DW_SECT_INFO),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 265 DWARFSection InfoSection;
313 const DWARFSection &getInfoSection() override { return InfoSection; }
DWARFUnit.h 114 const DWARFSection &InfoSection;
196 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
203 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 412 milliseconds