Searched refs:getSymbolLocalAddress (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h187 void *getSymbolLocalAddress(StringRef Name) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h492 uint8_t* getSymbolLocalAddress(StringRef Name) const { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp1335 void *RuntimeDyld::getSymbolLocalAddress(StringRef Name) const { function in class:llvm::RuntimeDyld
1338 return Dyld->getSymbolLocalAddress(Name);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp544 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint);
835 if (auto *SymAddr = Dyld.getSymbolLocalAddress(Symbol)) {

Completed in 174 milliseconds