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.cpp158 bool &InvokeDetected) { in getMCSymbolForFunction() argument
162 InvokeDetected = true; in getMCSymbolForFunction()
345 bool InvokeDetected = false; in emitDecls() local
348 Signature, InvokeDetected); in emitDecls()
354 if (InvokeDetected && !InvokeSymbols.insert(Sym).second) in emitDecls()
374 InvokeDetected in emitDecls()
H A DWebAssemblyAsmPrinter.h74 bool &InvokeDetected);
H A DWebAssemblyMCInstLower.cpp78 bool InvokeDetected = false; in GetGlobalAddressSymbol() local
81 Signature, InvokeDetected); in GetGlobalAddressSymbol()