Searched refs:InvokeDetected (Results 1 – 3 of 3) sorted by relevance
159 const Function *F, wasm::WasmSignature *Sig, bool &InvokeDetected) { in getMCSymbolForFunction() argument166 InvokeDetected = true; in getMCSymbolForFunction()349 bool InvokeDetected = false; in emitDecls() local350 auto *Sym = getMCSymbolForFunction(&F, Signature, InvokeDetected); in emitDecls()356 if (InvokeDetected && !InvokeSymbols.insert(Sym).second) in emitDecls()376 InvokeDetected in emitDecls()
78 bool &InvokeDetected);
79 bool InvokeDetected = false; in GetGlobalAddressSymbol() local80 auto *WasmSym = Printer.getMCSymbolForFunction(F, Signature, InvokeDetected); in GetGlobalAddressSymbol()