Searched refs:PData (Results 1 – 5 of 5) sorted by relevance
136 __llvm_profile_data *PData = (__llvm_profile_data *)Data; in __llvm_profile_instrument_target() local137 if (!PData) in __llvm_profile_instrument_target()140 if (!PData->Values) { in __llvm_profile_instrument_target()141 if (!allocateValueProfileCounters(PData)) in __llvm_profile_instrument_target()145 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values; in __llvm_profile_instrument_target()203 CurVNode = allocateOneNode(PData, CounterIndex, TargetValue); in __llvm_profile_instrument_target()
229 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local230 Streamer.SwitchSection(PData); in Emit()
231 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection); in Emit() local232 Streamer.SwitchSection(PData); in Emit()
313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData() local315 error(Ctx.COFF.getSectionContents(PData, Contents)); in printData()