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

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 372 auto *ValuesVar =
376 ValuesVar->setVisibility(NamePtr->getVisibility());
377 ValuesVar->setSection(getInstrProfValuesSectionName(isMachO()));
378 ValuesVar->setAlignment(8);
379 ValuesVar->setComdat(ProfileVarsComdat);
381 ConstantExpr::getBitCast(ValuesVar, llvm::Type::getInt8PtrTy(Ctx));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 746 auto *ValuesVar =
750 ValuesVar->setVisibility(NamePtr->getVisibility());
751 ValuesVar->setSection(
753 ValuesVar->setAlignment(8);
754 ValuesVar->setComdat(ProfileVarsComdat);
756 ConstantExpr::getBitCast(ValuesVar, Type::getInt8PtrTy(Ctx));
    [all...]

Completed in 49 milliseconds