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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h191 void *getSymbolLocalAddress(StringRef Name) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h487 uint8_t* getSymbolLocalAddress(StringRef Name) const { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp1347 void *RuntimeDyld::getSymbolLocalAddress(StringRef Name) const { function in class:llvm::RuntimeDyld
1350 return Dyld->getSymbolLocalAddress(Name);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp545 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint);
838 if (auto *SymAddr = Dyld.getSymbolLocalAddress(Symbol)) {

Completed in 220 milliseconds