Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c152 __llvm_profile_data *PData = (__llvm_profile_data *)Data; in instrumentTargetValueImpl()
153 if (!PData) in instrumentTargetValueImpl()
157 if (!PData->Values) { in instrumentTargetValueImpl()
158 if (!allocateValueProfileCounters(PData)) in instrumentTargetValueImpl()
162 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values; in instrumentTargetValueImpl()
147 __llvm_profile_data *PData = (__llvm_profile_data *)Data; instrumentTargetValueImpl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp425 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData() local
428 if (Error E = Ctx.COFF.getSectionContents(PData, Contents)) in printData()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp422 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local
423 Streamer.switchSection(PData); in Emit()
2766 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local
2767 Streamer.switchSection(PData); in Emit()
2811 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local
2812 Streamer.switchSection(PData); in Emit()
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h88 PData = 0x2, /// Procedure Data enumerator
H A DDriver.cpp909 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes()
924 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()