Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp586 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument
605 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
744 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local
746 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
748 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()