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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 63 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr);
94 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr) override {
96 ->updateSymbolAddress(Sym, Addr);
140 void DyldELFObject<ELFT>::updateSymbolAddress(const SymbolRef &SymRef,
    [all...]
RuntimeDyldMachO.cpp 95 updateSymbolAddress(*i, symAddr + Addr - oldAddr);
104 virtual void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr) {

Completed in 38 milliseconds