Home
last modified time | relevance | path

Searched refs:RFStart (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp582 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument
601 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
740 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local
742 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
744 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()