Home
last modified time | relevance | path

Searched defs:TargetFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp154 Function *TargetFunction; member
217 Function *&TargetFunction) { in isPromotionLegal()
290 Function *TargetFunction = nullptr; in getPromotionCandidatesForCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp124 Function *TargetFunction; member
214 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp185 Function *TargetFunction; member
267 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite() local
/aosp_15_r20/external/libchrome/base/profiler/
H A Dstack_sampling_profiler_unittest.cc100 using TargetFunction = const void* (*)(WaitableEvent*, typedef