Home
last modified time | relevance | path

Searched refs:AddRelocation (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp272 AddRelocation(Value, Rel.SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
280 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType); in processRelocationRef()
DRuntimeDyldELF.cpp413 AddRelocation(Value, Rel.SectionID, in processRelocationRef()
420 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType); in processRelocationRef()
DRuntimeDyldImpl.h183 void AddRelocation(const RelocationValueRef &Value, unsigned SectionID,
DRuntimeDyld.cpp310 void RuntimeDyldImpl::AddRelocation(const RelocationValueRef &Value, in AddRelocation() function in llvm::RuntimeDyldImpl