Searched refs:processRelocationRef (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 224 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
H A D | RuntimeDyldImpl.h | 414 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
H A D | RuntimeDyld.cpp | 393 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
|
H A D | RuntimeDyldELF.cpp | 1225 RuntimeDyldELF::processRelocationRef( in processRelocationRef() 1218 RuntimeDyldELF::processRelocationRef( processRelocationRef() function in llvm::RuntimeDyldELF
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 37 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldMachOI386.h | 33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOX86_64.h | 33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFX86_64.h | 197 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFThumb.h | 82 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFAArch64.h | 143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOARM.h | 100 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOAArch64.h | 273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|