Home
last modified time | relevance | path

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

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