Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h150 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()
279 std::vector<wasm::WasmFunctionName> DebugNames;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h193 struct WasmFunctionName { struct
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp367 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()