Home
last modified time | relevance | path

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

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