HomeSort by relevance Sort by last modified time
    Searched refs:PData (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 136 __llvm_profile_data *PData = (__llvm_profile_data *)Data;
137 if (!PData)
140 if (!PData->Values) {
141 if (!allocateValueProfileCounters(PData))
145 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values;
203 CurVNode = allocateOneNode(PData, CounterIndex, TargetValue);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h     [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 231 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection);
232 Streamer.SwitchSection(PData);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 310 if (Name != ".pdata" && !Name.startswith(".pdata$"))
313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
315 error(Ctx.COFF.getSectionContents(PData, Contents));

Completed in 639 milliseconds