Searched refs:PData (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c136 __llvm_profile_data *PData = (__llvm_profile_data *)Data; local
137 if (!PData)
141 if (!PData->Values) {
142 if (!allocateValueProfileCounters(PData))
146 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp365 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); local
368 if (Error E = Ctx.COFF.getSectionContents(PData, Contents))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp235 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); local
236 Streamer.SwitchSection(PData);
667 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); local
668 Streamer.SwitchSection(PData);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h71 PData = 0x2, /// Procedure Data member in class:lld::coff::DebugType
H A DDriver.cpp687 .Case("pdata", static_cast<unsigned>(DebugType::PData))
702 debugTypes |= static_cast<unsigned>(DebugType::PData);

Completed in 168 milliseconds