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

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFRelocMap.h 21 uint64_t SectionIndex;
DWARFAddressRange.h 25 uint64_t SectionIndex;
30 DWARFAddressRange(uint64_t LowPC, uint64_t HighPC, uint64_t SectionIndex = 0)
31 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {}
DWARFDataExtractor.h 40 uint64_t *SectionIndex = nullptr) const;
DWARFDebugRangeList.h 39 uint64_t SectionIndex;
DWARFFormValue.h 52 uint64_t SectionIndex; /// Section index for reference forms.
64 uint64_t getSectionIndex() const { return Value.SectionIndex; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 46 Entry.SectionIndex = -1ULL;
51 data.getRelocatedAddress(offset_ptr, &Entry.SectionIndex);
81 BaseAddr = {RLE.EndAddress, RLE.SectionIndex};
88 E.SectionIndex = RLE.SectionIndex;
95 if (E.SectionIndex == -1ULL)
96 E.SectionIndex = BaseAddr->SectionIndex;
DWARFDebugRnglists.cpp 38 SectionIndex = -1ULL;
77 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
86 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
92 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
117 BaseAddr = {RLE.Value0, RLE.SectionIndex};
122 E.SectionIndex = RLE.SectionIndex;
123 if (BaseAddr && E.SectionIndex == -1ULL)
124 E.SectionIndex = BaseAddr->SectionIndex;
    [all...]
DWARFDataExtractor.cpp 26 *SecNdx = Rel->SectionIndex;
DWARFDie.cpp 72 if (SectionNames.empty() || R.SectionIndex == -1ULL)
75 StringRef Name = SectionNames[R.SectionIndex].Name;
79 if (!SectionNames[R.SectionIndex].IsNameUnique)
80 OS << format(" [%" PRIu64 "]", R.SectionIndex);
378 uint64_t &SectionIndex) const {
386 SectionIndex = F->getSectionIndex();
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 129 uint64_t SectionIndex =
133 ELFSymbol->setIndex(SectionIndex);
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 332 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
480 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex,
510 errs() << "corrupt unwind data in section " << SectionIndex << "\n";
533 FindExceptionTable(SectionIndex, Entry * IndexTableEntrySize + 4);
550 int SectionIndex = 0;
555 SW.printNumber("SectionIndex", SectionIndex);
560 PrintIndexTable(SectionIndex, &Sec);
562 ++SectionIndex;
ELFDumper.cpp 713 StringRef &SectionName, unsigned &SectionIndex) {
714 SectionIndex = Symbol->st_shndx;
725 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX)
728 if (SectionIndex == SHN_XINDEX)
729 SectionIndex =
732 unwrapOrError(Obj.getSection(SectionIndex));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 129 uint64_t SectionIndex =
133 ELFSymbol->setIndex(SectionIndex);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 349 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
499 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex,
529 errs() << "corrupt unwind data in section " << SectionIndex << "\n";
552 FindExceptionTable(SectionIndex, Entry * IndexTableEntrySize + 4);
569 int SectionIndex = 0;
574 SW.printNumber("SectionIndex", SectionIndex);
579 PrintIndexTable(SectionIndex, &Sec);
581 ++SectionIndex;
ObjDumper.cpp 38 long SectionIndex = strtol(SecName.data(), &StrPtr, 10);
54 } else if (SecIndex == SectionIndex)
  /external/llvm/lib/MC/
MachObjectWriter.cpp 325 uint8_t SectionIndex = MSD.SectionIndex;
335 SectionIndex = AliaseeInfo->SectionIndex;
376 write8(SectionIndex);
547 MSD.SectionIndex = 0;
550 MSD.SectionIndex = 0;
553 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
554 assert(MSD.SectionIndex && "Invalid section index!");
573 MSD.SectionIndex = 0
    [all...]
ELFObjectWriter.cpp 80 uint32_t SectionIndex;
92 return SectionIndex < RHS.SectionIndex;
498 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
813 MSD.SectionIndex = ELF::SHN_ABS;
816 MSD.SectionIndex = ELF::SHN_COMMON;
819 MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
823 MSD.SectionIndex = ELF::SHN_UNDEF;
828 MSD.SectionIndex = SectionIndexMap.lookup(&Section)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MachObjectWriter.cpp 342 uint8_t SectionIndex = MSD.SectionIndex;
352 SectionIndex = AliaseeInfo->SectionIndex;
393 W.OS << char(SectionIndex);
564 MSD.SectionIndex = 0;
567 MSD.SectionIndex = 0;
570 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
571 assert(MSD.SectionIndex && "Invalid section index!");
590 MSD.SectionIndex = 0
    [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 74 uint8_t SectionIndex, uint16_t Flags,
87 uint8_t Type, uint8_t SectionIndex, uint16_t Flags,
209 uint8_t SectionIndex, uint16_t Flags,
253 << format_hex_no_prefix(SectionIndex, 2) << " "
340 uint8_t SectionIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2wasm.cpp 31 uint32_t SectionIndex);
429 uint32_t SectionIndex) {
452 encodeULEB128(SectionIndex, OS);
540 uint32_t SectionIndex = 0;
543 SectionIndex++;
550 writeRelocSection(StringStream, *Sec, SectionIndex++);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 164 if (STE->SectionIndex > SegmentLC->NumSections)
171 if ((unsigned)STE->SectionIndex - 1 != SectNum)
303 if (STE->SectionIndex > Segment64LC->NumSections)
310 if ((unsigned)STE->SectionIndex - 1 != SectNum)
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 202 uint8_t Type, uint8_t SectionIndex,
207 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
247 STE->SectionIndex, STE->Flags, STE->Value);
257 STE->SectionIndex, STE->Flags, STE->Value);
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 270 uint8_t SectionIndex;
277 uint8_t SectionIndex;
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 343 Write8(MSD.SectionIndex);
466 MSD.SectionIndex = 0;
469 MSD.SectionIndex = 0;
472 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
473 assert(MSD.SectionIndex && "Invalid section index!");
502 MSD.SectionIndex = 0;
505 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
506 assert(MSD.SectionIndex && "Invalid section index!");
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachODebugMapParser.cpp 77 uint8_t SectionIndex, uint16_t Flags,
90 uint8_t Type, uint8_t SectionIndex, uint16_t Flags,
227 uint8_t SectionIndex, uint16_t Flags,
273 << format_hex_no_prefix(SectionIndex, 2)
373 uint8_t SectionIndex,

Completed in 1509 milliseconds

1 2 3