Home
last modified time | relevance | path

Searched refs:SectionIndex (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp39 Entry.SectionIndex = -1ULL; in extract()
44 data.getRelocatedAddress(offset_ptr, &Entry.SectionIndex); in extract()
75 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
82 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
89 if (E.SectionIndex == -1ULL) in getAbsoluteRanges()
90 E.SectionIndex = BaseAddr->SectionIndex; in getAbsoluteRanges()
DDWARFDebugLoc.cpp68 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex}, in Interpret()
77 LowPC->SectionIndex}, in Interpret()
87 Base->SectionIndex}; in Interpret()
88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
89 Range.SectionIndex = E.SectionIndex; in Interpret()
95 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
215 uint64_t SectionIndex; in visitLocationList() local
217 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList()
[all …]
DDWARFDebugRnglists.cpp22 SectionIndex = -1ULL; in extract()
79 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex); in extract()
89 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex); in extract()
95 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex); in extract()
137 BaseAddr = {RLE.Value0, RLE.SectionIndex}; in getAbsoluteRanges()
142 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
143 if (BaseAddr && E.SectionIndex == -1ULL) in getAbsoluteRanges()
144 E.SectionIndex = BaseAddr->SectionIndex; in getAbsoluteRanges()
167 E.SectionIndex = Start->SectionIndex; in getAbsoluteRanges()
DDWARFDebugLine.cpp386 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
419 SectionIndex = object::SectionedAddress::UndefSection; in reset()
473 Sequence.SectionIndex = Row.Address.SectionIndex; in appendRowToMatrix()
623 OffsetPtr, &State.Row.Address.SectionIndex); in parse()
918 assert(Seq.SectionIndex == Address.SectionIndex); in findRowInSeq()
933 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); in findRowInSeq()
944 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
948 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
956 Sequence.SectionIndex = Address.SectionIndex; in lookupAddressImpl()
960 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl()
[all …]
DDWARFFormValue.cpp256 Value.uval = Data.getRelocatedValue(Size, OffsetPtr, &Value.SectionIndex); in extractValue()
371 SA.SectionIndex); in dumpSectionedAddress()
376 uint64_t SectionIndex) { in dumpAddressSection() argument
377 if (!DumpOpts.Verbose || SectionIndex == -1ULL) in dumpAddressSection()
380 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
386 OS << format(" [%" PRIu64 "]", SectionIndex); in dumpAddressSection()
397 dumpSectionedAddress(AddrOS, DumpOpts, {Value.uval, Value.SectionIndex}); in dump()
646 return {{Value.uval, Value.SectionIndex}}; in getAsSectionedAddress()
DDWARFAddressRange.cpp26 DWARFFormValue::dumpAddressSection(*Obj, OS, DumpOpts, SectionIndex); in dump()
DDWARFDataExtractor.cpp27 *SecNdx = E->SectionIndex; in getRelocatedValue()
DDWARFDie.cpp432 uint64_t &SectionIndex) const { in getLowAndHighPC()
440 SectionIndex = LowPcAddr->SectionIndex; in getLowAndHighPC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h25 uint64_t SectionIndex; member
32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC()
DDWARFDebugLine.h156 return std::tie(LHS.Address.SectionIndex, LHS.Address.Address) < in orderByAddress()
157 std::tie(RHS.Address.SectionIndex, RHS.Address.Address); in orderByAddress()
216 uint64_t SectionIndex; member
224 return std::tie(LHS.SectionIndex, LHS.HighPC) < in orderByHighPC()
225 std::tie(RHS.SectionIndex, RHS.HighPC); in orderByHighPC()
233 return SectionIndex == PC.SectionIndex && in containsPC()
DDWARFRelocMap.h21 uint64_t SectionIndex; member
DDWARFDebugRangeList.h37 uint64_t SectionIndex; member
DDWARFFormValue.h54 uint64_t SectionIndex; /// Section index for reference forms. member
84 DIDumpOptions DumpOpts, uint64_t SectionIndex);
DDWARFDataExtractor.h39 uint64_t *SectionIndex = nullptr,
DDWARFDebugLoc.h38 uint64_t SectionIndex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp431 int16_t SectionIndex, uint64_t SymbolOffset) { in writeSymbolTableEntryForCsectMemberLabel() argument
437 W.write<int16_t>(SectionIndex); in writeSymbolTableEntryForCsectMemberLabel()
467 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument
474 W.write<int16_t>(SectionIndex); in writeSymbolTableEntryForControlSection()
567 const int16_t SectionIndex = Section->Index; in writeSymbolTable() local
571 Csect, SectionIndex, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
575 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
600 int32_t SectionIndex = 1; in assignAddressesAndIndices() local
609 if (SectionIndex > MaxSectionIndex) in assignAddressesAndIndices()
611 Section->Index = SectionIndex++; in assignAddressesAndIndices()
DMachObjectWriter.cpp343 uint8_t SectionIndex = MSD.SectionIndex; in writeNlist() local
353 SectionIndex = AliaseeInfo->SectionIndex; in writeNlist()
394 W.OS << char(SectionIndex); in writeNlist()
580 MSD.SectionIndex = 0; in computeSymbolTable()
583 MSD.SectionIndex = 0; in computeSymbolTable()
586 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
587 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
606 MSD.SectionIndex = 0; in computeSymbolTable()
609 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
610 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
DELFObjectWriter.cpp119 uint32_t SectionIndex; member
131 return SectionIndex < RHS.SectionIndex; in operator <()
568 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol()
654 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
657 MSD.SectionIndex = Symbol.getIndex(); in computeSymbolTable()
660 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
664 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable()
665 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
668 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
689 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp256 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode()
257 ModuleOffset.SectionIndex = in symbolizeCode()
277 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode()
278 ModuleOffset.SectionIndex = in symbolizeInlinedCode()
311 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame()
312 ModuleOffset.SectionIndex = in symbolizeFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h143 uint64_t SectionIndex = UndefSection; member
148 return std::tie(LHS.SectionIndex, LHS.Address) <
149 std::tie(RHS.SectionIndex, RHS.Address);
154 return std::tie(LHS.SectionIndex, LHS.Address) ==
155 std::tie(RHS.SectionIndex, RHS.Address);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp128 uint64_t SectionIndex = in HexagonMCEmitCommonSymbol() local
132 ELFSymbol->setIndex(SectionIndex); in HexagonMCEmitCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp37 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
38 OS << ", " << Addr.SectionIndex; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp34 uint32_t SectionIndex);
509 uint32_t SectionIndex) { in writeRelocSection() argument
526 encodeULEB128(SectionIndex, OS); in writeRelocSection()
604 uint32_t SectionIndex = 0; in writeWasm() local
607 SectionIndex++; in writeWasm()
614 writeRelocSection(StringStream, *Sec, SectionIndex++); in writeWasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp273 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded() local
276 SectionIndex = SectOrErr.get()->getIndex(); in notifyObjectLoaded()
281 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp79 {LineInfo->getVirtualAddress(), Address.SectionIndex}, Specifier); in getLineInfoForAddressRange()

12