Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h140 RelocationEntry RE = in processRelocationRef() local
147 RelocationEntry RE = in processRelocationRef() local
154 RelocationEntry RE = in processRelocationRef() local
160 RelocationEntry RE = in processRelocationRef() local
166 RelocationEntry RE = in processRelocationRef() local
175 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local
186 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.h86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
129 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
163 MachO::any_relocation_info RE = in processSubtractRelocation() local
H A DRuntimeDyldMachOARM.h63 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend()
203 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
305 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation()
350 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.h98 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
151 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp992 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1047 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local
1311 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
1355 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1383 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
1389 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1408 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1428 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1450 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1504 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); 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, in getDLLImportOffset() local
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.h44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h878 RE(const RE& other) { Init(other.pattern()); } in RE() function
881 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
883 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/netbsd-src/external/bsd/kyua-testers/dist/
H A Datf_result_test.c46 #define RE(expr) ATF_REQUIRE(!kyua_error_is_set(expr)) macro
H A Dstacktrace_test.c51 #define RE(expr) ATF_REQUIRE(!kyua_error_is_set(expr)) macro
/netbsd-src/tests/lib/libm/
H A Dt_casinh.c15 #define RE(z) (((double *)(&z))[0]) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp114 RE = FD->roots_end(); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp85 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp415 static Optional<RefVal> refValFromRetEffect(RetEffect RE, in refValFromRetEffect()
478 RetEffect RE = Summ.getRetEffect(); in processSummaryOfInlined() local
679 RetEffect RE = Summ.getRetEffect(); in checkSummary() local
1050 RetEffect RE = RetEffect::MakeNoRet(); in processReturn() local
1069 RetEffect RE, RefVal X, in checkReturnWithRetEffect()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp136 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
141 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
146 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
153 getScatteredRelocationPCRel(const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
158 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
165 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
170 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
2135 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local
2141 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local
2166 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp125 if (const Expr *RE = RS->getRetValue()) in getSVal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp164 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp389 for (auto &RE : Regs) { in EmitRegMappingTables() local
450 for (auto &RE : Regs) { in EmitRegMappingTables() local
514 for (auto &RE : Regs) { in EmitRegMapping() local
1100 for (const auto &RE : Regs) { in runMCDesc() local

123