/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 162 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 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()
|
H A 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
|
H A D | RuntimeDyldMachOX86_64.h | 85 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 D | RuntimeDyldMachOARM.h | 62 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 D | RuntimeDyldELFMips.cpp | 14 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 D | RuntimeDyldMachOI386.h | 97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 150 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
|
H A D | RuntimeDyldCOFFX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
H A D | RuntimeDyldCOFFAArch64.h | 257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1035 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 D | RuntimeDyldMachO.cpp | 61 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 D | RuntimeDyldCOFF.cpp | 102 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, in getDLLImportOffset() local
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 973 // 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 D | test_helpers.h | 44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
|
/freebsd-src/contrib/netbsd-tests/lib/libm/ |
H A D | t_casinh.c | 15 #define RE(z) (((double *)(&z))[0]) macro
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RegisterFileStatistics.cpp | 85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVPushPopOptimizer.cpp | 77 MachineBasicBlock::reverse_iterator RE = MBBI->getParent()->rend(); adjustRetVal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 414 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 D | ARMEHABIPrinter.h | 281 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 D | Environment.cpp | 127 if (const Expr *RE = RS->getRetValue()) in getSVal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 141 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 D | RegisterInfoEmitter.cpp | 390 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 D | simple_ilist.h | 280 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 781 RI = R->arg_begin(), RE = R->arg_end(); diff() local 806 BasicBlock::const_iterator RE = RStart->getParent()->end(); runBlockDiff() local
|