Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h154 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames()
289 std::vector<wasm::WasmDebugName> DebugNames;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h214 struct WasmDebugName { struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp407 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()