Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Object/
DWasm.h153 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames()
288 std::vector<wasm::WasmDebugName> DebugNames;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h208 struct WasmDebugName { struct
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp67 for (const llvm::wasm::WasmDebugName &Name : Obj.debugNames()) { in dumpCustomSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp397 DebugNames.push_back(wasm::WasmDebugName{T, Index, Name}); in parseNameSection()