/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 127 RelocationEntry RE = RelocationEntry( in processRelocationRef() local 134 RelocationEntry RE = in processRelocationRef() local 141 RelocationEntry RE = in processRelocationRef() local 147 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 153 RelocationEntry RE = RelocationEntry( in processRelocationRef() local 162 RelocationEntry RE = in processRelocationRef() local 174 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 104 RelocationEntry RE = in processRelocationRef() local 111 RelocationEntry RE = in processRelocationRef() local 117 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 131 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 355 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 442 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation() 485 MachO::any_relocation_info RE = in processSubtractRelocation() local
|
D | RuntimeDyldMachOX86_64.h | 86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 129 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation() 163 MachO::any_relocation_info RE = in processSubtractRelocation() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 139 RelocationEntry RE = in processRelocationRef() local 146 RelocationEntry RE = in processRelocationRef() local 153 RelocationEntry RE = in processRelocationRef() local 159 RelocationEntry RE = in processRelocationRef() local 165 RelocationEntry RE = in processRelocationRef() local 174 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 185 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 116 RelocationEntry RE = in processRelocationRef() local 123 RelocationEntry RE = in processRelocationRef() local 129 RelocationEntry RE = in processRelocationRef() local 142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 355 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 442 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation() 485 MachO::any_relocation_info RE = in processSubtractRelocation() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 102 RelocationEntry RE = in processRelocationRef() local 109 RelocationEntry RE = in processRelocationRef() local 115 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 121 RelocationEntry RE = in processRelocationRef() local 130 RelocationEntry RE = in processRelocationRef() local 142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 105 RelocationEntry RE = in processRelocationRef() local 112 RelocationEntry RE = in processRelocationRef() local 118 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
D | RuntimeDyldMachOARM.h | 37 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 115 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 187 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation() 223 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOAArch64.h | 35 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 311 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 385 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation() 426 MachO::any_relocation_info RE = in processSubtractRelocation() local
|
D | RuntimeDyldMachOX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 130 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation() 164 MachO::any_relocation_info RE = in processSubtractRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 981 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local 1243 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local 1287 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1315 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local 1321 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1340 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1360 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1382 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1436 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local [all …]
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 872 RE(const RE& other) : RE(other.pattern()) {} in RE() function 895 RE(const RE& other) { Init(other.pattern()); } in RE() function 898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 900 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 872 RE(const RE& other) : RE(other.pattern()) {} in RE() function 895 RE(const RE& other) { Init(other.pattern()); } in RE() function 898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 900 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/internal/ |
D | gtest-port.h | 869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 872 RE(const RE& other) : RE(other.pattern()) {} in RE() function 895 RE(const RE& other) { Init(other.pattern()); } in RE() function 898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 900 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 891 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 892 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 893 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 894 RE(const RE& other) : RE(other.pattern()) {} in RE() function 917 RE(const RE& other) { Init(other.pattern()); } in RE() function 920 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 922 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1030 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1085 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local 1347 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local 1391 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1419 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local 1425 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1444 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1464 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1486 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1540 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local [all …]
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
D | DepGraph.cpp | 97 RE = Callee.initreg_end(); RI != RE; ++RI) { in build() local 130 RE = Callee.finireg_end(); RI != RE; ++RI) { in build() local 141 for (auto RI = B.initreg_begin(), RE = B.initreg_end(); RI != RE; ++RI) { in build() local 174 for (auto RI = B.finireg_begin(), RE = B.finireg_end(); RI != RE; ++RI) { in build() local 264 for (auto RI = T->acc_begin(), RE = T->acc_end(); RI != RE; ++RI) { in resolve() local
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 984 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 985 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 986 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 987 RE(const RE& other) : RE(other.pattern()) {} in RE() function 1012 RE(const RE& other) { Init(other.pattern()); } in RE() function 1015 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 1017 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/cronet/tot/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 982 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 983 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 984 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 985 RE(const RE& other) : RE(other.pattern()) {} in RE() function 1010 RE(const RE& other) { Init(other.pattern()); } in RE() function 1013 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 1015 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 944 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 945 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 946 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 947 RE(const RE& other) : RE(other.pattern()) {} in RE() function 972 RE(const RE& other) { Init(other.pattern()); } in RE() function 975 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 977 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 944 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 945 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 946 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 947 RE(const RE& other) : RE(other.pattern()) {} in RE() function 972 RE(const RE& other) { Init(other.pattern()); } in RE() function 975 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 977 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 982 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 983 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 984 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 985 RE(const RE& other) : RE(other.pattern()) {} in RE() function 1010 RE(const RE& other) { Init(other.pattern()); } in RE() function 1013 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 1015 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1160 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local 1354 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local 1398 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1424 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local 1430 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1449 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1469 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1514 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1541 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local [all …]
|