Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h299 void *GetLazyFunctionStubIfAvailable(llvm::Function *F) { in GetLazyFunctionStubIfAvailable() function
DCodeEmitter.cpp837 if (void *FnStub = GetLazyFunctionStubIfAvailable(F)) in GetPointerToGlobal()