Home
last modified time | relevance | path

Searched refs:SegmentIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionWasm.h38 uint32_t SegmentIndex = 0; variable
78 uint32_t getSegmentIndex() const { return SegmentIndex; } in getSegmentIndex()
79 void setSegmentIndex(uint32_t Index) { SegmentIndex = Index; } in setSegmentIndex()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3223 return O->BindRebaseAddress(SegmentIndex, 0); in segmentAddress()
3227 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()
3250 SegmentIndex = -1; in moveToFirst()
3357 SegmentIndex = ImmValue; in moveNext()
3588 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()
3831 SegmentIndex = ImmValue; in moveNext()
4140 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()
4187 Info.SegmentIndex = CurSegIndex - 1; in BindRebaseSegInfo()
4216 if (SI.SegmentIndex != SegIndex) in checkSegAndOffsets()
4237 if (SI.SegmentIndex == SegIndex) in segmentName()
[all …]
H A DWasmObjectFile.cpp1626 uint32_t SegmentIndex = Sym.Info.DataRef.Segment; in getWasmSymbolValue() local
1627 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp100 uint32_t SegmentIndex = 0; in dumpCustomSection() local
105 SegmentInfo.Index = SegmentIndex; in dumpCustomSection()
112 WasmYAML::ComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in dumpCustomSection()
114 SegmentIndex++; in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h153 int32_t SegmentIndex; member
196 int32_t SegmentIndex = -1; variable
248 int32_t SegmentIndex = -1; variable
344 int32_t SegmentIndex = -1; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1503 uint32_t SegmentIndex = DataSegments.size(); in writeOneObject() local
1517 Section.setSegmentIndex(SegmentIndex); in writeOneObject()
1521 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()