Home
last modified time | relevance | path

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

1234567

/external/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()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h140 RelocationEntry RE = in processRelocationRef() local
147 RelocationEntry RE = in processRelocationRef() local
154 RelocationEntry RE = in processRelocationRef() local
160 RelocationEntry RE = in processRelocationRef() local
166 RelocationEntry RE = in processRelocationRef() local
175 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local
186 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
DRuntimeDyldCOFFI386.h116 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()
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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h102 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()
DRuntimeDyldCOFFI386.h105 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()
DRuntimeDyldMachOARM.h37 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
DRuntimeDyldMachOAArch64.h35 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
DRuntimeDyldMachOX86_64.h87 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/markdown/markdown/
Dblockprocessors.py219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') variable in BlockQuoteProcessor
259 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') variable in OListProcessor
327 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') variable in UListProcessor
334 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') variable in HashHeaderProcessor
365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE) variable in SetextHeaderProcessor
387 RE = r'[ ]{0,3}(?P<ch>[*_-])[ ]?((?P=ch)[ ]?){2,}[ ]*' variable in HRProcessor
423 RE = re.compile(r'^\s*\n') variable in EmptyBlockProcessor
/external/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 …]
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp934 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
988 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local
1250 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
1294 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1322 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
1328 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1347 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1367 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1389 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1443 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1097 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 …]
DRuntimeDyldMachO.cpp60 MachO::any_relocation_info RE = in processScatteredVANILLA() local
97 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef()
146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
212 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
/external/llvm-project/llvm/lib/CodeGen/
DGCMetadata.cpp114 RE = FD->roots_end(); in runOnFunction() local
126 RE = FD->live_end(PI); in runOnFunction() local
/external/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
/external/llvm/lib/CodeGen/
DGCMetadata.cpp118 RE = FD->roots_end(); in runOnFunction() local
130 RE = FD->live_end(PI); in runOnFunction() local

1234567