Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCWinEH.cpp62 const MCSection *UnwindEmitter::getPDataSection(const MCSymbol *Function, in getPDataSection() function in llvm::WinEH::UnwindEmitter
65 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
DMCWin64EH.cpp236 getPDataSection(CFI->Function, Context); in Emit()
/external/llvm/include/llvm/MC/
DMCWinEH.h68 static const MCSection *getPDataSection(const MCSymbol *Function,
DMCObjectFileInfo.h350 const MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp377 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function
527 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()