Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp449 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument
468 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
592 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local
594 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
596 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()