Home
last modified time | relevance | path

Searched refs:NoteTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1347 auto *NoteTy = StructType::get(Int32Ty, Int32Ty, Int32Ty, Name->getType(), in instrumentGlobals() local
1350 new GlobalVariable(M, NoteTy, /*isConstantGlobal=*/true, in instrumentGlobals()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp436 auto *NoteTy = StructType::get(Int32Ty, Int32Ty, Int32Ty, Name->getType(), in createHwasanCtorComdat() local
439 new GlobalVariable(M, NoteTy, /*isConstant=*/true, in createHwasanCtorComdat()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp7160 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument
7163 << NoteTy << Construct << Ty; in checkBitCastConstexprEligibilityType()