/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 140 RelocationEntry RE = processRelocationRef() local 147 RelocationEntry RE = processRelocationRef() local 154 RelocationEntry RE = processRelocationRef() local 160 RelocationEntry RE = processRelocationRef() local 166 RelocationEntry RE = processRelocationRef() local 175 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, processRelocationRef() local 186 resolveRelocation(const RelocationEntry & RE,uint64_t Value) resolveRelocation() argument [all...] |
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() argument [all...] |
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() argument [all...] |
H A D | RuntimeDyldCOFFAArch64.h | 257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1089 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local 1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); in resolveAArch64ShortBranch() local 1359 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local 1403 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1431 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local 1437 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1456 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local 1476 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1498 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() 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 | 101 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, getDLLImportOffset() local
|
H A D | RuntimeDyld.cpp | 946 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() 951 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol() 1100 for (const RelocationEntry &RE : Relocs) { in resolveRelocationList() local
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 982 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function 983 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 984 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function 985 RE(const RE& other) : RE(other.pattern()) {} in RE() function 1010 RE(const RE& other) { Init(other.pattern()); } in RE() function 1013 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 1015 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | test_helpers.h | 44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_casinh.c | 15 #define RE(z) (((double *)(&z))[0]) macro
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVPushPopOptimizer.cpp | 87 MachineBasicBlock::reverse_iterator RE = MBBI->getParent()->rend(); in adjustRetVal() local
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 141 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 146 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 151 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 158 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 163 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 170 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 175 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 2240 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local 2246 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local 2271 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 387 for (auto &RE : Regs) { in EmitRegMappingTables() local 448 for (auto &RE : Regs) { in EmitRegMappingTables() local 512 for (auto &RE : Regs) { in EmitRegMapping() local 1070 for (const auto &RE : Regs) { in runMCDesc() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 272 iterator RI = RHS.begin(), RE = RHS.end(); merge() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 775 RI = R->arg_begin(), RE = R->arg_end(); in diff() local 800 BasicBlock::const_iterator RE = RStart->getParent()->end(); in runBlockDiff() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 96 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); extractSections() local
|