Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:RF

453                                  const RuntimeFunction &RF) {
454 if (!RF.StartAddress)
458 static_cast<uint32_t>(RF.StartAddress))
460 static_cast<uint32_t>(RF.EndAddress))
462 static_cast<uint32_t>(RF.UnwindInfoOffset));
464 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
476 const RuntimeFunction &RF,
484 RF.StartAddress);
491 RF.EndAddress);
498 RF.UnwindInfoOffset);
511 UnwindInfoOffset += RF.UnwindInfoOffset;
540 for (const RuntimeFunction &RF : RFs)
541 printRuntimeFunction(Obj, RF);
545 for (const RuntimeFunction &RF : RFs) {
547 std::distance(RFs.begin(), &RF) * sizeof(RuntimeFunction);
548 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);