Searched refs:addRelocationForSection (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 723 addRelocationForSection(LU12I_W, Value.SectionID); in resolveLoongArch64Branch() 724 addRelocationForSection(ORI, Value.SectionID); in resolveLoongArch64Branch() 725 addRelocationForSection(LU32I_D, Value.SectionID); in resolveLoongArch64Branch() 727 addRelocationForSection(LU52I_D, Value.SectionID); in resolveLoongArch64Branch() 1465 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1538 addRelocationForSection(RE, Value.SectionID); in resolveAArch64ShortBranch() 1584 addRelocationForSection(REmovz_g3, Value.SectionID); in resolveAArch64Branch() 1585 addRelocationForSection(REmovk_g2, Value.SectionID); in resolveAArch64Branch() 1586 addRelocationForSection(REmovk_g1, Value.SectionID); in resolveAArch64Branch() 1587 addRelocationForSection(REmovk_g0, Value.SectionID); in resolveAArch64Branch() [all …]
|
| H A D | RuntimeDyldMachO.cpp | 89 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
| H A D | RuntimeDyldImpl.h | 386 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
| H A D | RuntimeDyld.cpp | 949 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 165 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 172 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 178 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 184 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 191 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 199 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFI386.h | 119 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 125 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 131 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldMachOX86_64.h | 79 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 147 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 228 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 349 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 470 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 476 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation() 514 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 196 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 335 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 421 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 92 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 205 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 282 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 264 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|