Searched refs:addRelocationForSection (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 143 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 150 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 156 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 162 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 169 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 177 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 | 80 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 148 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 229 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 | 197 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 336 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 422 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 93 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 206 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 275 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 251 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1054 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1359 addRelocationForSection(RE, SectionID); in processRelocationRef() 1387 addRelocationForSection(RE, SectionID); in processRelocationRef() 1415 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1444 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1454 addRelocationForSection(RE, SectionID); in processRelocationRef() 1508 addRelocationForSection(RE, SectionID); in processRelocationRef() 1673 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1713 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1903 addRelocationForSection(RE, Value.SectionID); in findOrAllocGOTEntry() [all …]
|
| H A D | RuntimeDyldMachO.cpp | 90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
| H A D | RuntimeDyldImpl.h | 385 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
| H A D | RuntimeDyld.cpp | 927 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|