Home
last modified time | relevance | path

Searched refs:createWasmSignature (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp119 auto Sig = Ctx.createWasmSignature(); in signatureFromMVTs()
H A DWebAssemblyMCInstLower.cpp144 auto Signature = Ctx.createWasmSignature(); in lowerTypeIndexOperand()
H A DWebAssemblyAsmPrinter.cpp272 auto Signature = OutContext.createWasmSignature(); in getOrCreateWasmSymbol()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp632 auto Signature = Ctx.createWasmSignature(); in ParseInstruction()
879 auto Signature = Ctx.createWasmSignature(); in parseDirective()
940 auto Signature = Ctx.createWasmSignature(); in parseDirective()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h523 wasm::WasmSignature *createWasmSignature();
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp429 wasm::WasmSignature *MCContext::createWasmSignature() { in createWasmSignature() function in MCContext