Searched refs:TargetFunc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 66 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 D | WebAssemblyMachineFunctionInfo.h | 183 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 396 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 D | LongJmp.cpp | 437 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 D | BinaryFunction.cpp | 1257 if (BinaryFunction *TargetFunc = in disassemble() local 1259 TargetFunc->setIgnored(); in disassemble()
|