Home
last modified time | relevance | path

Searched refs:FunctionTable (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp577 std::unique_ptr<WebAssemblyOperand> FunctionTable; in ParseInstruction() local
626 if (parseFunctionTableOperand(&FunctionTable)) in ParseInstruction()
740 if (FunctionTable) in ParseInstruction()
741 Operands.push_back(std::move(FunctionTable)); in ParseInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp402 MCSymbolWasm *FunctionTable = in emitEndOfAsmFile() local
404 OutStreamer->emitSymbolAttribute(FunctionTable, MCSA_NoDeadStrip); in emitEndOfAsmFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def49 HANDLE_MDMP_STREAM_TYPE(0x000d, FunctionTable)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp647 ENUM_TO_CSTR(FunctionTable); in GetStreamTypeAsString()