Searched refs:RFStart (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 449 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()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 450 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection() argument 470 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection() 609 const RuntimeFunction *RFStart; in printCOFFUnwindInfo() local 611 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo() 613 ArrayRef<RuntimeFunction> RFs(RFStart, NumRFs); in printCOFFUnwindInfo()
|