Searched refs:PData (Results 1 – 5 of 5) sorted by relevance
152 __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
425 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData() local428 if (Error E = Ctx.COFF.getSectionContents(PData, Contents)) in printData()
422 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local423 Streamer.switchSection(PData); in Emit()2766 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local2767 Streamer.switchSection(PData); in Emit()2811 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local2812 Streamer.switchSection(PData); in Emit()
88 PData = 0x2, /// Procedure Data enumerator
909 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes()924 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()