Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOARM.h36 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
HDRuntimeDyldMachOAArch64.h35 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()
HDRuntimeDyldMachOX86_64.h69 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
106 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
HDRuntimeDyldMachOI386.h83 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
HDRuntimeDyldCOFFX86_64.h63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1032 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 …]
HDRuntimeDyldMachO.cpp55 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef()
99 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
165 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
HDRuntimeDyld.cpp633 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/
HDGCMetadata.cpp118 RE = FD->roots_end(); in runOnFunction() local
130 RE = FD->live_end(PI); in runOnFunction() local
HDRegisterClassInfo.cpp160 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
HDLexicalScopes.cpp252 RE = MIRanges.end(); in assignInstructionRanges() local
/NextBSD/contrib/atf/atf-c/detail/
HDtest_helpers.h43 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) macro
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenSchedule.cpp394 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 …]
HDRegisterInfoEmitter.cpp328 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
HDFastISelEmitter.cpp713 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/
HDMachOObjectFile.cpp113 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/
HDRegionInfoImpl.h75 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/
HDPlistReporter.cpp53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachORelocationInfo.cpp39 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDARMEHABIPrinter.h265 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
HDELFDumper.cpp726 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
HDARMWinEHPrinter.cpp159 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/
HDEnvironment.cpp98 if (const Expr *RE = RS->getRetValue()) in getSVal() local
/NextBSD/contrib/llvm/lib/Analysis/
HDRegionPrinter.cpp121 for (Region::const_iterator RI = R.begin(), RE = R.end(); RI != RE; ++RI) in printRegionCluster() local
/NextBSD/contrib/llvm/tools/llvm-diff/
HDDifferenceEngine.cpp466 RI = R->arg_begin(), RE = R->arg_end(); in diff() local
490 BasicBlock::iterator RE = RStart->getParent()->end(); in runBlockDiff() local

123