Searched refs:TargetSectionID (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 129 unsigned TargetSectionID = -1; in processRelocationRef() local 133 TargetSectionID = SectionID; in processRelocationRef() 140 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 163 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 165 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 170 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 172 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 177 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 178 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 184 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldCOFFI386.h | 61 unsigned TargetSectionID = -1; in processRelocationRef() local 64 TargetSectionID = SectionID; in processRelocationRef() 71 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 117 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 119 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 124 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 125 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 131 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 226 unsigned TargetSectionID = 0; in processRelocationRef() local 231 TargetSectionID = SectionID; in processRelocationRef() 238 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 282 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 174 unsigned TargetSectionID = -1; in processRelocationRef() local 178 TargetSectionID = SectionID; in processRelocationRef() 185 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 252 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 79 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local 82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA() 90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
| H A D | RuntimeDyldELF.cpp | 1132 unsigned TargetSectionID; in resolveAArch64ShortBranch() local 1142 TargetSectionID = SymInfo.getSectionID(); in resolveAArch64ShortBranch() 1145 TargetSectionID = Value.SectionID; in resolveAArch64ShortBranch() 1151 if (TargetSectionID != SectionID) in resolveAArch64ShortBranch()
|