Home
last modified time | relevance | path

Searched refs:linkingData (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp65 LinkingSec->Version = Obj.linkingData().Version; in dumpCustomSection()
67 ArrayRef<StringRef> Comdats = Obj.linkingData().Comdats; in dumpCustomSection()
95 for (const wasm::WasmSymbolInfo &Symbol : Obj.linkingData().SymbolTable) { in dumpCustomSection()
116 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp169 const wasm::WasmLinkingData &LinkingData = Obj->linkingData(); in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h134 const wasm::WasmLinkingData& linkingData() const { return LinkingData; } in linkingData() function