Home
last modified time | relevance | path

Searched defs:RE (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h127 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()
DRuntimeDyldCOFFI386.h104 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()
DRuntimeDyldMachOAArch64.h34 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
DRuntimeDyldMachOX86_64.h86 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
DRuntimeDyldMachOARM.h63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend()
203 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
305 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation()
350 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
DRuntimeDyldELFMips.cpp14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
29 uint64_t RuntimeDyldELFMips::evaluateRelocation(const RelocationEntry &RE, in evaluateRelocation()
41 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE, in applyRelocation()
DRuntimeDyldMachOI386.h98 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
151 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
DRuntimeDyldCOFFX86_64.h86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
DRuntimeDyldCOFFAArch64.h245 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp927 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 …]
DRuntimeDyldMachO.cpp61 MachO::any_relocation_info RE = in processScatteredVANILLA() local
99 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef()
148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
214 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGCMetadata.cpp114 RE = FD->roots_end(); in runOnFunction() local
126 RE = FD->live_end(PI); in runOnFunction() local
/third_party/ejdb/src/util/
Dlwre.c28 # define RE_ERROR(RE, CODE, MESSAGE) { (RE)->error_message = (MESSAGE); \ argument
33 # define RE_MALLOC(RE, SIZE) re__malloc((RE), (SIZE)) argument
46 # define RE_CALLOC(RE, NMEMB, SIZE) re__calloc((RE), (NMEMB), (SIZE)) argument
62 # define RE_REALLOC(RE, PTR, SIZE) re__realloc((RE), (PTR), (SIZE)) argument
75 # define RE_FREE(RE, PTR) free(PTR) argument
89 #define re_array_append(RE, ARRAY, ELEMENT) \ argument
99 #define re_array_copy(RE, ARRAY) \ argument
106 #define re_array_release(RE, ARRAY) { \ argument
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h897 RE(const RE& other) { Init(other.pattern()); } in RE() function
900 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
902 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h878 RE(const RE& other) { Init(other.pattern()); } in RE() function
881 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
883 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dregioncodefortesting.js61 RE: 'RE', property
Dmetadatafortesting.js815 ,"RE":[,[,,"[268]\\d{8}",,,,,,,[9] property
/third_party/libphonenumber/cpp/test/phonenumbers/
Dtest_util.h160 static const char* RE() { in RE() function
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java53 static final String RE = "RE"; field in RegionCode
/third_party/cef/tools/distrib/gtest/
Dgtest.h1151 RE(const RE& other) { Init(other.pattern()); } in RE() function
1154 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
1156 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) { in localizeInterBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp136 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
141 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
146 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
153 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
158 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
165 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
170 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
2123 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local
2129 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local
2154 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local
[all …]
/third_party/toybox/toys/pending/
Dexpr.c132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h270 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dsimple_ilist.h274 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local

123