Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h162 RelocationEntry RE = in processRelocationRef() local
169 RelocationEntry RE = in processRelocationRef() local
176 RelocationEntry RE = in processRelocationRef() local
182 RelocationEntry RE = in processRelocationRef() local
188 RelocationEntry RE = processRelocationRef() local
197 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, processRelocationRef() local
208 resolveRelocation(const RelocationEntry & RE,uint64_t Value) resolveRelocation() argument
[all...]
H A 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()
H A 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
H A DRuntimeDyldMachOX86_64.h85 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
128 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
162 MachO::any_relocation_info RE = in processSubtractRelocation() local
H A DRuntimeDyldMachOARM.h62 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend()
202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
304 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation()
349 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
H A 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()
H A DRuntimeDyldMachOI386.h97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
150 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1035 resolveRelocation(const RelocationEntry & RE,uint64_t Value) resolveRelocation() argument
1090 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); processSimpleRelocation() local
1163 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); resolveAArch64ShortBranch() local
1360 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), processRelocationRef() local
1404 RelocationEntry RE(SectionID, Offset, RelType, i->second); processRelocationRef() local
1432 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); processRelocationRef() local
1438 RelocationEntry RE(SectionID, Offset, RelType, Addend); processRelocationRef() local
1457 RelocationEntry RE(SectionID, Offset, RelType, Addend); processRelocationRef() local
1477 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1499 RelocationEntry RE(SectionID, Offset, RelType, i->second); processRelocationRef() local
1553 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); processRelocationRef() local
1597 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1619 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), processRelocationRef() local
1713 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1751 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, processRelocationRef() local
1838 RelocationEntry RE = processRelocationRef() local
1851 RelocationEntry RE = processRelocationRef() local
1987 RelocationEntry RE(SectionID, processX86_64GOTTPOFFRelocation() local
2007 RelocationEntry RE = processX86_64GOTTPOFFRelocation() local
2129 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, processX86_64TLSRelocation() local
2275 RelocationEntry RE = findOrAllocGOTEntry() local
[all...]
H A DRuntimeDyldMachO.cpp61 MachO::any_relocation_info RE = processScatteredVANILLA() local
99 getRelocationValueRef(const ObjectFile & BaseTObj,const relocation_iterator & RI,const RelocationEntry & RE,ObjSectionToIDMap & ObjSectionToID) getRelocationValueRef() argument
148 dumpRelocationToResolve(const RelocationEntry & RE,uint64_t Value) const dumpRelocationToResolve() argument
214 RelocationEntry RE(PTSectionID, PTEntryOffset, populateIndirectSymbolPointersSection() local
[all...]
H A DRuntimeDyldCOFF.cpp102 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, getDLLImportOffset() local
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h942 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function
943 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function
944 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function
945 RE(const RE& other) : RE(other.pattern()) {} in RE() function
970 RE(const RE& other) { Init(other.pattern()); } in RE() function
973 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
975 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent() local
/llvm-project/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp382 struct RE { struct
383 char _;
384 RC c;
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp87 MachineBasicBlock::reverse_iterator RE = MBBI->getParent()->rend(); in adjustRetVal() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp216 PathMatch->push_back(std::move(*RE)); in compile() local
229 return RE.match(Path); in compile() argument
237 PathExclude->push_back(std::move(*RE)); in compile() local
250 return RE.match(Path); in compile() argument
H A DHeuristicResolver.cpp
/llvm-project/clang/test/Sema/
H A Dgnu-flags.c137 enum RE { global() enum
/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h281 for (unsigned RI = 0, RE = 17; RI < RE; ++RI) { in PrintGPR() local
295 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) { in PrintRegisters() local
310 for (const auto &RE : ring()) { in Decode() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp414 static std::optional<RefVal> refValFromRetEffect(RetEffect RE, in refValFromRetEffect()
477 RetEffect RE = Summ.getRetEffect(); in processSummaryOfInlined() local
678 RetEffect RE = Summ.getRetEffect(); in checkSummary() local
1050 RetEffect RE = RetEffect::MakeNoRet(); in processReturn() local
1069 RetEffect RE, RefVal X, in checkReturnWithRetEffect()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp127 if (const Expr *RE = RS->getRetValue()) in getSVal() local
/llvm-project/bolt/lib/Core/
H A DBinarySection.cpp94 for (auto RI = Relocations.begin(), RE = Relocations.end(); RI != RE;) { in emitAsData() local
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp141 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() argument
146 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() argument
151 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() argument
158 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() argument
163 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() argument
170 getScatteredRelocationLength(const MachO::any_relocation_info & RE) getScatteredRelocationLength() argument
175 getPlainRelocationType(const MachOObjectFile & O,const MachO::any_relocation_info & RE) getPlainRelocationType() argument
2240 MachO::any_relocation_info RE = getRelocation(Rel); getRelocationOffset() local
2246 MachO::any_relocation_info RE = getRelocation(Rel); getRelocationSymbol() local
2271 MachO::any_relocation_info RE = getRelocation(Rel); getRelocationType() local
2386 MachO::any_relocation_info RE = getRelocation(Rel); getRelocationLength() local
[all...]
/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp387 for (auto &RE : Regs) { EmitRegMappingTables() local
448 for (auto &RE : Regs) { EmitRegMappingTables() local
512 for (auto &RE : Regs) { EmitRegMapping() local
1070 for (const auto &RE : Regs) { runMCDesc() local

1234