Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h95 Pdata, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp151 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata)) in discoverStreamPurposes()
152 Streams[StreamIdx] = stream(StreamPurpose::Other, "Pdata", StreamIdx); in discoverStreamPurposes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp602 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection() local
609 if (Error E = Obj->getSectionContents(Pdata, Contents)) in getPDataSection()