/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 99 class RelocTarget { 101 RelocTarget(const Section &S) : S(&S), Idx(~0U) {} in RelocTarget() function 102 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {} in RelocTarget() function 130 RelocTarget Target; 132 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length, in Reloc() 154 struct Section : public MachOTraits::Section, public RelocTarget { 162 : RelocTarget(*this), Builder(Builder) { in Section() 170 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type, in addSymbol() 183 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel, in addReloc() 248 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect, in addSymbol()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 174 class RelocTarget { 176 RelocTarget(const Section &S) : S(&S), Idx(~0U) {} 177 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {} 205 RelocTarget Target; 207 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length, 229 struct Section : public MachOTraits::Section, public RelocTarget { 237 : RelocTarget(*this), Builder(Builder) { 245 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type, 258 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel, 323 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 174 class RelocTarget { 176 RelocTarget(const Section &S) : S(&S), Idx(~0U) {} 177 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {} 205 RelocTarget Target; 207 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length, 229 struct Section : public MachOTraits::Section, public RelocTarget { 237 : RelocTarget(*this), Builder(Builder) { 245 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type, 258 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel, 323 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 174 class RelocTarget { 176 RelocTarget(const Section &S) : S(&S), Idx(~0U) {} 177 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {} 205 RelocTarget Target; 207 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length, 229 struct Section : public MachOTraits::Section, public RelocTarget { 237 : RelocTarget(*this), Builder(Builder) { 245 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type, 258 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel, 323 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1789 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local 1792 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1879 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local 1882 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1509 uint8_t *RelocTarget = in processRelocationRef() local 1511 int32_t delta = static_cast<int32_t>(Target - RelocTarget); in processRelocationRef()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1472 uint8_t *RelocTarget = in processRelocationRef() local 1474 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1576 uint8_t *RelocTarget = in processRelocationRef() local 1578 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()
|