/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 104 unsigned TargetSectionID = -1; in processRelocationRef() local 111 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 126 SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 128 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 133 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 135 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 140 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 141 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 147 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 152 SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() [all …]
|
D | RuntimeDyldCOFFI386.h | 87 unsigned TargetSectionID = -1; in processRelocationRef() local 94 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 106 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 108 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 113 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 114 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 120 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 245 unsigned TargetSectionID; in processRelocationRef() local 248 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 253 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 84 unsigned TargetSectionID = -1; in processRelocationRef() local 91 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 103 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 105 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 110 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 111 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 117 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 122 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 124 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 133 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 87 unsigned TargetSectionID = -1; in processRelocationRef() local 94 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 106 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef() 108 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 113 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef() 114 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 120 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 172 unsigned TargetSectionID; in processRelocationRef() local 175 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 180 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 80 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local 83 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA() 91 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 78 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local 81 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA() 88 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|