Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp448 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function
610 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h406 MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp822 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()