Searched refs:addRelocationForSection (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 985 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1095 addRelocationForSection(REmovz_g3, Value.SectionID); in resolveAArch64Branch() 1096 addRelocationForSection(REmovk_g2, Value.SectionID); in resolveAArch64Branch() 1097 addRelocationForSection(REmovk_g1, Value.SectionID); in resolveAArch64Branch() 1098 addRelocationForSection(REmovk_g0, Value.SectionID); in resolveAArch64Branch() 1248 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1288 addRelocationForSection(RE, SectionID); in processRelocationRef() 1311 addRelocationForSection(REHi, Value.SectionID); in processRelocationRef() 1312 addRelocationForSection(RELo, Value.SectionID); in processRelocationRef() 1316 addRelocationForSection(RE, SectionID); in processRelocationRef() [all …]
|
| D | RuntimeDyldMachO.cpp | 90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
| D | RuntimeDyldImpl.h | 400 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
| D | RuntimeDyld.cpp | 909 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFThumb.h | 130 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 137 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 143 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 149 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 156 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 165 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| D | RuntimeDyldCOFFI386.h | 107 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 113 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 119 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| D | RuntimeDyldMachOX86_64.h | 80 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 148 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 229 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
| 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()
|
| D | RuntimeDyldMachOARM.h | 197 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 336 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 422 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
| D | RuntimeDyldMachOI386.h | 93 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 206 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
| D | RuntimeDyldCOFFX86_64.h | 265 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| D | RuntimeDyldCOFFAArch64.h | 240 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|