/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local 106 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); in writeARCDiagsToPlist() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 34 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 90 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 170 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation() 206 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
|
H A D | RuntimeDyldMachOX86_64.h | 68 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 105 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 34 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 367 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
H A D | RuntimeDyldMachOI386.h | 82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 133 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local 193 MachO::any_relocation_info RE = in processI386ScatteredVANILLA() local
|
/minix3/external/bsd/atf/dist/atf-c/detail/ |
H A D | test_helpers.h | 44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 143 RE = FD->roots_end(); RI != RE; ++RI) in runOnFunction() local 154 RE = FD->live_end(PI);;) { in runOnFunction() local
|
H A D | StackMapLivenessAnalysis.cpp | 123 for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); in createRegisterMask() local
|
H A D | RegisterClassInfo.cpp | 159 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 854 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1036 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1064 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1088 RelocationEntry RE(SectionID, Offset, RelType, Section.StubOffset); in processRelocationRef() local 1121 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1146 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1236 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1275 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef() local 1331 RelocationEntry RE(SectionID, StubOffset + 2, ELF::R_X86_64_GOTPCREL, in processRelocationRef() local 1343 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend, in processRelocationRef() local [all …]
|
H A D | RuntimeDyldMachO.cpp | 54 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() 104 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 168 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
|
H A D | RuntimeDyld.cpp | 582 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() 587 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol() 703 const RelocationEntry &RE = Relocs[i]; in resolveRelocationList() local
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
H A D | test_helpers.h | 46 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachORelocationInfo.cpp | 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 397 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local 558 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 575 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 620 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local 751 RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) { in createInstRWClass() local 1037 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local 1064 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1084 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1358 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local 1393 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local [all …]
|
H A D | RegisterInfoEmitter.cpp | 328 for (auto &RE : Regs) { in EmitRegMappingTables() local 395 for (auto &RE : Regs) { in EmitRegMappingTables() local 448 for (auto &RE : Regs) { in EmitRegMapping() local 1030 for (const auto &RE : Regs) { in runMCDesc() local
|
/minix3/external/bsd/kyua-testers/dist/ |
H A D | atf_result_test.c | 46 #define RE(expr) ATF_REQUIRE(!kyua_error_is_set(expr)) macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 75 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceEntryRecursive() local 94 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceExitRecursive() local 290 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE; in verifyRegionNest() local 503 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local 527 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 228 for (auto RI = Obj.begin_rel(Shdr), RE = Obj.end_rel(Shdr); RI != RE; in dumpRelSection() local 248 for (auto RI = Obj.begin_rela(Shdr), RE = Obj.end_rela(Shdr); RI != RE; in dumpRelaSection() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 117 const MachO::any_relocation_info &RE, in printRelocationTargetName() 181 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 186 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 191 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 199 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 204 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 211 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 216 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 652 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local 659 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/Layout/ |
H A D | ms-x86-pack-and-align.cpp | 454 struct RE { struct 455 char _; 456 RC c;
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | gnu-flags.c | 134 enum RE { enum
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Environment.cpp | 98 if (const Expr *RE = RS->getRetValue()) in getSVal() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 265 for (unsigned RI = 0, RE = 17; RI < RE; ++RI) { in PrintGPR() local 279 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) { in PrintRegisters() local 372 for (Elf_Rel_iterator RI = ELF->begin_rel(&*SI), RE = ELF->end_rel(&*SI); in FindExceptionTable() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 121 for (Region::const_iterator RI = R.begin(), RE = R.end(); RI != RE; ++RI) in printRegionCluster() local
|