Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp376 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument
395 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
519 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local
521 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
523 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()