Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h309 void *GetPointerToNamedSymbol(const std::string &Name,
DCodeEmitter.cpp981 Addr = GetPointerToNamedSymbol(F->getName().str().c_str(), in GetPointerToFunction()
1000 void *CodeEmitter::GetPointerToNamedSymbol(const std::string &Name, in GetPointerToNamedSymbol() function in bcc::CodeEmitter
1026 Ptr = GetPointerToNamedSymbol(GV->getName().str(), true); in GetOrEmitGlobalVariable()
1216 ResultPtr = GetPointerToNamedSymbol(MR.getExternalSymbol(), true); in finishFunction()