Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp159 const Function *F, wasm::WasmSignature *Sig, bool &InvokeDetected) { in getMCSymbolForFunction() argument
166 InvokeDetected = true; in getMCSymbolForFunction()
349 bool InvokeDetected = false; in emitDecls() local
350 auto *Sym = getMCSymbolForFunction(&F, Signature, InvokeDetected); in emitDecls()
356 if (InvokeDetected && !InvokeSymbols.insert(Sym).second) in emitDecls()
376 InvokeDetected in emitDecls()
H A DWebAssemblyAsmPrinter.h78 bool &InvokeDetected);
H A DWebAssemblyMCInstLower.cpp79 bool InvokeDetected = false; in GetGlobalAddressSymbol() local
80 auto *WasmSym = Printer.getMCSymbolForFunction(F, Signature, InvokeDetected); in GetGlobalAddressSymbol()