| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldMachOARM.h | 36 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 92 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 172 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation() 208 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
|
| HD | RuntimeDyldMachOAArch64.h | 35 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 304 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 368 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
| HD | RuntimeDyldMachOX86_64.h | 69 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 106 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
| HD | RuntimeDyldMachOI386.h | 83 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 134 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local 192 MachO::any_relocation_info RE = in processI386ScatteredVANILLA() local
|
| HD | RuntimeDyldCOFFX86_64.h | 63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 1032 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1092 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local 1236 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1279 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1304 RelocationEntry RE(SectionID, Offset, RelType, Section.StubOffset); in processRelocationRef() local 1331 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1374 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1399 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1489 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1528 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef() local [all …]
|
| HD | RuntimeDyldMachO.cpp | 55 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() 99 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 165 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
|
| HD | RuntimeDyld.cpp | 633 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() 638 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol() 755 const RelocationEntry &RE = Relocs[i]; in resolveRelocationList() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | GCMetadata.cpp | 118 RE = FD->roots_end(); in runOnFunction() local 130 RE = FD->live_end(PI); in runOnFunction() local
|
| HD | RegisterClassInfo.cpp | 160 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
|
| HD | LexicalScopes.cpp | 252 RE = MIRanges.end(); in assignInstructionRanges() local
|
| /NextBSD/contrib/atf/atf-c/detail/ |
| HD | test_helpers.h | 43 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenSchedule.cpp | 394 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local 555 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 572 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 617 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local 748 RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) { in createInstRWClass() local 1034 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local 1061 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1081 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1355 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local 1390 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local [all …]
|
| HD | 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 1023 for (const auto &RE : Regs) { in runMCDesc() local
|
| HD | FastISelEmitter.cpp | 713 for (RetPredMap::const_iterator RI = RM.begin(), RE = RM.end(); in printFunctionDefinitions() local 740 for (RetPredMap::const_iterator RI = RM.begin(), RE = RM.end(); in printFunctionDefinitions() local
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 113 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 118 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 123 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 131 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 136 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 143 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 148 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 588 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local 594 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local 619 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType() local [all …]
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | 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
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | PlistReporter.cpp | 53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MachORelocationInfo.cpp | 39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | 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 369 for (Elf_Rel_iterator RI = ELF->rel_begin(&Sec), RE = ELF->rel_end(&Sec); in FindExceptionTable() local
|
| HD | ELFDumper.cpp | 726 RE = Obj->rel_end(Sec); in printRelocations() local 737 RE = Obj->rela_end(Sec); in printRelocations() local 1371 RE = Obj->rel_end(PLTRelShdr); in parsePLT() local 1380 RE = Obj->rela_end(PLTRelShdr); in parsePLT() local
|
| HD | ARMWinEHPrinter.cpp | 159 for (unsigned RI = 0, RE = 11; RI < RE; ++RI) { in printRegisters() local 167 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) { in printRegisters() local 175 for (unsigned RI = 11, RE = 16; RI < RE; ++RI) { in printRegisters() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | Environment.cpp | 98 if (const Expr *RE = RS->getRetValue()) in getSVal() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | RegionPrinter.cpp | 121 for (Region::const_iterator RI = R.begin(), RE = R.end(); RI != RE; ++RI) in printRegionCluster() local
|
| /NextBSD/contrib/llvm/tools/llvm-diff/ |
| HD | DifferenceEngine.cpp | 466 RI = R->arg_begin(), RE = R->arg_end(); in diff() local 490 BasicBlock::iterator RE = RStart->getParent()->end(); in runBlockDiff() local
|