Searched refs:addRelocationForSection (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 1096 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1207 addRelocationForSection(REmovz_g3, Value.SectionID); in processRelocationRef() 1208 addRelocationForSection(REmovk_g2, Value.SectionID); in processRelocationRef() 1209 addRelocationForSection(REmovk_g1, Value.SectionID); in processRelocationRef() 1210 addRelocationForSection(REmovk_g0, Value.SectionID); in processRelocationRef() 1241 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1280 addRelocationForSection(RE, SectionID); in processRelocationRef() 1300 addRelocationForSection(REHi, Value.SectionID); in processRelocationRef() 1301 addRelocationForSection(RELo, Value.SectionID); in processRelocationRef() 1305 addRelocationForSection(RE, SectionID); in processRelocationRef() [all …]
|
| HD | RuntimeDyldImpl.h | 341 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
| HD | RuntimeDyld.cpp | 633 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldMachOARM.h | 86 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 193 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 267 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation() 268 addRelocationForSection(R, SectionBID); in processHALFSECTDIFFRelocation()
|
| HD | RuntimeDyldMachOX86_64.h | 63 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 125 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
| HD | RuntimeDyldMachOI386.h | 78 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 181 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation() 216 addRelocationForSection(R, TargetSectionID); in processI386ScatteredVANILLA()
|
| HD | RuntimeDyldMachOAArch64.h | 298 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 394 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 400 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
|
| HD | RuntimeDyldCOFFX86_64.h | 176 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|