Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp118 auto Sig = Ctx.createWasmSignature(); in signatureFromMVTs()
H A DWebAssemblyMCInstLower.cpp143 auto Signature = Ctx.createWasmSignature(); in lowerTypeIndexOperand()
H A DWebAssemblyAsmPrinter.cpp276 auto Signature = OutContext.createWasmSignature(); in getOrCreateWasmSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp696 auto *Signature = Ctx.createWasmSignature(); in parseInstruction()
1023 auto *Signature = Ctx.createWasmSignature(); in parseDirective()
1085 auto *Signature = Ctx.createWasmSignature(); in parseDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h537 LLVM_ABI wasm::WasmSignature *createWasmSignature();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp490 wasm::WasmSignature *MCContext::createWasmSignature() { in createWasmSignature() function in MCContext