Home
last modified time | relevance | path

Searched refs:addRelocationForSection (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h143 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()
DRuntimeDyldCOFFI386.h119 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
125 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
131 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
DRuntimeDyldMachOX86_64.h80 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
148 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
229 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
DRuntimeDyldMachOAArch64.h349 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()
DRuntimeDyldMachOARM.h197 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
336 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation()
422 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOI386.h93 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
206 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h275 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
DRuntimeDyldCOFFAArch64.h251 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1054 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation()
1164 addRelocationForSection(REmovz_g3, Value.SectionID); in resolveAArch64Branch()
1165 addRelocationForSection(REmovk_g2, Value.SectionID); in resolveAArch64Branch()
1166 addRelocationForSection(REmovk_g1, Value.SectionID); in resolveAArch64Branch()
1167 addRelocationForSection(REmovk_g0, Value.SectionID); in resolveAArch64Branch()
1319 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1359 addRelocationForSection(RE, SectionID); in processRelocationRef()
1382 addRelocationForSection(REHi, Value.SectionID); in processRelocationRef()
1383 addRelocationForSection(RELo, Value.SectionID); in processRelocationRef()
1387 addRelocationForSection(RE, SectionID); in processRelocationRef()
[all …]
DRuntimeDyldMachO.cpp90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
DRuntimeDyldImpl.h385 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
DRuntimeDyld.cpp927 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl