Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/include/lld/Common/
H A DLLVM.h42 struct WasmSegment;
87 using llvm::object::WasmSegment;
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h131 InputSegment(const WasmSegment &seg, ObjFile *f) in InputSegment()
143 const WasmSegment &segment;
170 MergeInputChunk(const WasmSegment &seg, ObjFile *f) in MergeInputChunk()
H A DInputFiles.cpp368 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge()
477 for (const WasmSegment &s : wasmObj->dataSegments()) { in parse()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h115 struct WasmSegment { struct
149 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments()
282 std::vector<WasmSegment> DataSegments;
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp101 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection()
368 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1518 WasmSegment Segment; in parseDataSection()