Home
last modified time | relevance | path

Searched refs:TargetFunc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp66 const Function *TargetFunc, in computeSignatureVTs() argument
94 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
98 for (const auto &Arg : TargetFunc->args()) { in computeSignatureVTs()
H A DWebAssemblyMachineFunctionInfo.h183 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp396 BinaryFunction *TargetFunc = in instrumentFunction() local
398 if (TargetFunc && BC.MIB->isCall(Inst)) { in instrumentFunction()
401 TargetFunc->getBasicBlockForLabel(Target); in instrumentFunction()
405 FromOffset, *TargetFunc, TargetBB, ToOffset, in instrumentFunction()
411 if (TargetFunc) { in instrumentFunction()
421 FromOffset, *TargetFunc, TargetBB, ToOffset, in instrumentFunction()
H A DLongJmp.cpp437 const BinaryFunction *TargetFunc = BC.getFunctionForSymbol(Target, &EntryID); in getSymbolAddress() local
438 auto Iter = HotAddresses.find(TargetFunc); in getSymbolAddress()
439 if (Iter == HotAddresses.end() || (TargetFunc && EntryID)) { in getSymbolAddress()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1257 if (BinaryFunction *TargetFunc = in disassemble() local
1259 TargetFunc->setIgnored(); in disassemble()