Home
last modified time | relevance | path

Searched refs:DataVar (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp633 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
636 GlobalVariable *DataVar = It->second.DataVar; in lowerValueProfileInst() local
656 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
662 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()), in lowerValueProfileInst()
940 PD.DataVar = Data; in getOrCreateRegionCounters()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h53 GlobalVariable *DataVar = nullptr; member