Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h147 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()
272 std::vector<wasm::WasmFunctionName> DebugNames;
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h179 struct WasmFunctionName { struct
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp364 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()