Home
last modified time | relevance | path

Searched refs:GetPointerToFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h307 void *GetPointerToFunction(const llvm::Function *F, bool AbortOnFailure);
DCodeEmitter.cpp862 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