Searched refs:GetPointerToFunction (Results 1 – 2 of 2) sorted by relevance
307 void *GetPointerToFunction(const llvm::Function *F, bool AbortOnFailure);
862 return GetPointerToFunction(F, /* AbortOnFailure = */false); in GetPointerToGlobal()886 return GetPointerToFunction( in GetPointerToGlobal()941 Actual = GetPointerToFunction(F, /* AbortOnFailure = */false); in GetLazyFunctionStub()971 void *CodeEmitter::GetPointerToFunction(const llvm::Function *F, in GetPointerToFunction() function in bcc::CodeEmitter