HomeSort by relevance Sort by last modified time
    Searched defs:getSymbolLoadAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 166 if (uint64_t InternalSymbolAddr = getSymbolLoadAddress(Symbol))
373 uint64_t getSymbolLoadAddress(StringRef Name) {
RuntimeDyld.cpp 780 uint64_t RuntimeDyld::getSymbolLoadAddress(StringRef Name) {
783 return Dyld->getSymbolLoadAddress(Name);

Completed in 196 milliseconds