Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/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 = in processRelocationRef() local
197 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local
208 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
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()
H A DRuntimeDyldCOFFAArch64.h257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/freebsd-src/contrib/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
1353 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), processRelocationRef() local
1397 RelocationEntry RE(SectionID, Offset, RelType, i->second); processRelocationRef() local
1425 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); processRelocationRef() local
1431 RelocationEntry RE(SectionID, Offset, RelType, Addend); processRelocationRef() local
1450 RelocationEntry RE(SectionID, Offset, RelType, Addend); processRelocationRef() local
1470 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1492 RelocationEntry RE(SectionID, Offset, RelType, i->second); processRelocationRef() local
1546 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); processRelocationRef() local
1590 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1613 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), processRelocationRef() local
1707 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); processRelocationRef() local
1745 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, processRelocationRef() local
1832 RelocationEntry RE = processRelocationRef() local
1845 RelocationEntry RE = processRelocationRef() local
1981 RelocationEntry RE(SectionID, processX86_64GOTTPOFFRelocation() local
2001 RelocationEntry RE = processX86_64GOTTPOFFRelocation() local
2123 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, processX86_64TLSRelocation() local
2269 RelocationEntry RE = findOrAllocGOTEntry() local
[all...]
H A 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
H A DRuntimeDyldCOFF.cpp102 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, in getDLLImportOffset() local
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h973 // Defines RE. in RE() function
942 RE(absl::string_view regex) : regex_(regex) {} // NOLINT RE() function
943 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT RE() function
944 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT RE() function
945 RE(const RE& other) : RE(other.pattern()) {} RE() function
970 RE(const RE& other) { Init(other.pattern()); } RE() function
975 RE(const char* regex) { Init(regex); } // NOLINT RE() function
[all...]
/freebsd-src/contrib/atf/atf-c/detail/
H A Dtest_helpers.h44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
/freebsd-src/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c15 #define RE(z) (((double *)(&z))[0]) macro
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp77 MachineBasicBlock::reverse_iterator RE = MBBI->getParent()->rend(); adjustRetVal() local
/freebsd-src/contrib/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()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp127 if (const Expr *RE = RS->getRetValue()) in getSVal() local
/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp390 for (auto &RE : Regs) { EmitRegMappingTables() local
451 for (auto &RE : Regs) { EmitRegMappingTables() local
515 for (auto &RE : Regs) { EmitRegMapping() local
1084 for (const auto &RE : Regs) { runMCDesc() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h280 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp781 RI = R->arg_begin(), RE = R->arg_end(); diff() local
806 BasicBlock::const_iterator RE = RStart->getParent()->end(); runBlockDiff() local

123