Searched refs:AddRelocation (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 272 AddRelocation(Value, Rel.SectionID, StubTargetAddr - Section.Address, in processRelocationRef() 280 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType); in processRelocationRef()
|
D | RuntimeDyldELF.cpp | 413 AddRelocation(Value, Rel.SectionID, in processRelocationRef() 420 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType); in processRelocationRef()
|
D | RuntimeDyldImpl.h | 183 void AddRelocation(const RelocationValueRef &Value, unsigned SectionID,
|
D | RuntimeDyld.cpp | 310 void RuntimeDyldImpl::AddRelocation(const RelocationValueRef &Value, in AddRelocation() function in llvm::RuntimeDyldImpl
|