Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h42 struct WasmSegment;
87 using llvm::object::WasmSegment;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h121 struct WasmSegment { struct
154 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments()
291 std::vector<WasmSegment> DataSegments;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1736 WasmSegment Segment; in parseDataSection()