Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp596 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument
615 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
754 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local
756 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
758 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()