HomeSort by relevance Sort by last modified time
    Searched defs:CounterPtr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 351 auto *CounterPtr =
355 CounterPtr->setVisibility(NamePtr->getVisibility());
356 CounterPtr->setSection(getCountersSection());
357 CounterPtr->setAlignment(8);
358 CounterPtr->setComdat(ProfileVarsComdat);
414 PD.RegionCounters = CounterPtr;
427 return CounterPtr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 725 auto *CounterPtr =
729 CounterPtr->setVisibility(NamePtr->getVisibility());
730 CounterPtr->setSection(
732 CounterPtr->setAlignment(8);
733 CounterPtr->setComdat(ProfileVarsComdat);
789 PD.RegionCounters = CounterPtr;
802 return CounterPtr;
    [all...]
SanitizerCoverage.cpp 781 auto CounterPtr = IRB.CreateGEP(
784 auto Load = IRB.CreateLoad(CounterPtr);
786 auto Store = IRB.CreateStore(Inc, CounterPtr);
    [all...]

Completed in 92 milliseconds