Home
last modified time | relevance | path

Searched refs:WasmSegment (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lld/include/lld/Common/
DLLVM.h42 struct WasmSegment;
87 using llvm::object::WasmSegment;
/openbsd/src/gnu/llvm/lld/wasm/
DInputChunks.h132 InputSegment(const WasmSegment &seg, ObjFile *f) in InputSegment()
144 const WasmSegment &segment;
171 MergeInputChunk(const WasmSegment &seg, ObjFile *f) in MergeInputChunk()
DInputFiles.cpp370 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge()
479 for (const WasmSegment &s : wasmObj->dataSegments()) { in parse()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWasm.h115 struct WasmSegment { struct
149 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments()
282 std::vector<WasmSegment> DataSegments;
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dwasm2yaml.cpp101 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection()
368 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp1510 WasmSegment Segment; in parseDataSection()