Searched refs:processRelocationRef (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 178 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
H A D | RuntimeDyldImpl.h | 408 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
H A D | RuntimeDyld.cpp | 387 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
|
H A D | RuntimeDyldELF.cpp | 1175 RuntimeDyldELF::processRelocationRef( in processRelocationRef() function in llvm::RuntimeDyldELF
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 37 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFX86_64.h | 190 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldMachOI386.h | 34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOX86_64.h | 34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFThumb.h | 60 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
H A D | RuntimeDyldCOFFAArch64.h | 142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOARM.h | 101 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
H A D | RuntimeDyldMachOAArch64.h | 273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | MCJITDesignAndImplementation.rst | 104 processRelocationRef method, which will examine the relocation and store
|