Home
last modified time | relevance | path

Searched refs:NumRFs (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
602 NumRFs = Contents.size() / sizeof(RuntimeFunction); in getPDataSection()
741 int NumRFs; in printCOFFUnwindInfo() local
742 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
744 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()