HomeSort by relevance Sort by last modified time
    Searched refs:AddRelocation (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 272 AddRelocation(Value, Rel.SectionID, StubTargetAddr - Section.Address,
280 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType);
RuntimeDyldImpl.h 183 void AddRelocation(const RelocationValueRef &Value, unsigned SectionID,
RuntimeDyldELF.cpp 413 AddRelocation(Value, Rel.SectionID,
420 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType);
RuntimeDyld.cpp 310 void RuntimeDyldImpl::AddRelocation(const RelocationValueRef &Value,
313 DEBUG(dbgs() << "AddRelocation SymNamePtr: " << format("%p", Value.SymbolName)

Completed in 692 milliseconds