Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp372 auto *ValuesVar = in getOrCreateRegionCounters() local
376 ValuesVar->setVisibility(NamePtr->getVisibility()); in getOrCreateRegionCounters()
377 ValuesVar->setSection(getInstrProfValuesSectionName(isMachO())); in getOrCreateRegionCounters()
378 ValuesVar->setAlignment(8); in getOrCreateRegionCounters()
379 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
381 ConstantExpr::getBitCast(ValuesVar, llvm::Type::getInt8PtrTy(Ctx)); in getOrCreateRegionCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp746 auto *ValuesVar = in getOrCreateRegionCounters() local
750 ValuesVar->setVisibility(NamePtr->getVisibility()); in getOrCreateRegionCounters()
751 ValuesVar->setSection( in getOrCreateRegionCounters()
753 ValuesVar->setAlignment(8); in getOrCreateRegionCounters()
754 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
756 ConstantExpr::getBitCast(ValuesVar, Type::getInt8PtrTy(Ctx)); in getOrCreateRegionCounters()