Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h280 const std::vector<OutputSegment *> &dataSegments) in LinkingSection() argument
282 initFunctions(initFunctions), dataSegments(dataSegments) {} in LinkingSection()
293 const std::vector<OutputSegment *> &dataSegments; variable
DSyntheticSections.cpp477 if (dataSegments.size()) { in writeBody()
479 writeUleb128(sub.os, dataSegments.size(), "num data segments"); in writeBody()
480 for (const OutputSegment *s : dataSegments) { in writeBody()
510 for (uint32_t i = 0; i < dataSegments.size(); ++i) { in writeBody()
511 const auto &inputSegments = dataSegments[i]->inputSegments; in writeBody()
DInputFiles.cpp165 wasmObj->dataSegments()[sym.Info.DataRef.Segment]; in calcExpectedValue()
384 for (const WasmSegment &s : wasmObj->dataSegments()) { in parse()
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp95 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection()
357 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump()
371 DataCountSec->Count = Obj.dataSegments().size(); in dump()
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h148 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments() function
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h151 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments() function