Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCWinEH.cpp63 MCSection *UnwindEmitter::getPDataSection(const MCSymbol *Function, in getPDataSection() function in llvm::WinEH::UnwindEmitter
66 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
DMCWin64EH.cpp234 MCSection *PData = getPDataSection(CFI->Function, Context); in Emit()
/external/llvm/include/llvm/MC/
DMCWinEH.h68 static MCSection *getPDataSection(const MCSymbol *Function,
DMCObjectFileInfo.h328 MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp374 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function
521 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()