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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 67 virtual void updateSymbolAddress(const object::SymbolRef &Sym, uint64_t Addr)
RuntimeDyldELF.cpp 62 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr);
101 virtual void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr)
103 DyldObj->updateSymbolAddress(Sym, Addr);
139 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef,
    [all...]

Completed in 137 milliseconds