Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
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()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp2122 MachOObjectFile::getSegmentContents(size_t SegmentIndex) const { in getSegmentContents()
2127 if (Idx == SegmentIndex) in getSegmentContents()
2132 if (Idx == SegmentIndex) in getSegmentContents()
3266 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()
3273 return O->BindRebaseAddress(SegmentIndex, 0); in segmentAddress()
3277 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()
3281 return O->BindRebaseSectionName(SegmentIndex, SegmentOffset); in sectionName()
3285 return O->BindRebaseAddress(SegmentIndex, SegmentOffset); in address()
3300 SegmentIndex = -1; in moveToFirst()
3382 SegmentIndex = SegInfo.SegIdx; in moveNext()
[all …]
DWasmObjectFile.cpp1618 uint32_t SegmentIndex = Sym.Info.DataRef.Segment; in getWasmSymbolValue() local
1619 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h153 int32_t SegmentIndex; member
196 int32_t SegmentIndex = -1; variable
248 int32_t SegmentIndex = -1; variable
359 int32_t SegmentIndex = -1; variable
462 ArrayRef<uint8_t> getSegmentContents(size_t SegmentIndex) const;
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp1500 uint32_t SegmentIndex = DataSegments.size(); in writeOneObject() local
1514 Section.setSegmentIndex(SegmentIndex); in writeOneObject()
1518 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()