Searched refs:NumRFs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp382 const RuntimeFunction *&RFStart, int &NumRFs) {
404 NumRFs = Contents.size() / sizeof(RuntimeFunction);
533 int NumRFs; local
534 if (!getPDataSection(Obj, Rels, RFStart, NumRFs))
536 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs);
380 getPDataSection(const COFFObjectFile *Obj, std::vector<RelocationRef> &Rels, const RuntimeFunction *&RFStart, int &NumRFs) argument

Completed in 94 milliseconds