Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h140 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 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() argument
[all...]
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() argument
[all...]
H A DRuntimeDyldCOFFAArch64.h257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1034 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 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.cpp101 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, getDLLImportOffset() local
H A DRuntimeDyld.cpp946 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 Dgtest-port.h982 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 Dtest_helpers.h44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c15 #define RE(z) (((double *)(&z))[0]) macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp87 MachineBasicBlock::reverse_iterator RE = MBBI->getParent()->rend(); in adjustRetVal() local
/freebsd/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/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/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp141 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 DRegisterInfoEmitter.cpp387 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 Dsimple_ilist.h272 iterator RI = RHS.begin(), RE = RHS.end(); merge() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp775 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 DMachOReader.cpp96 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); extractSections() local

123