Home
last modified time | relevance | path

Searched defs:getPDataSection (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCWinEH.cpp61 const MCSection *UnwindEmitter::getPDataSection(const MCSymbol *Function, in getPDataSection() function in llvm::WinEH::UnwindEmitter
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp377 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h354 const MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function