Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1331 Type *Int8Arr0Ty = ArrayType::get(Int8Ty, 0); in instrumentGlobals() local
1333 new GlobalVariable(M, Int8Arr0Ty, true, GlobalVariable::ExternalLinkage, in instrumentGlobals()
1338 new GlobalVariable(M, Int8Arr0Ty, true, GlobalVariable::ExternalLinkage, in instrumentGlobals()
1375 M, Int8Arr0Ty, /*isConstantGlobal*/ true, GlobalVariable::PrivateLinkage, in instrumentGlobals()
1376 Constant::getNullValue(Int8Arr0Ty), "hwasan.dummy.global"); in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp393 ArrayType *Int8Arr0Ty = ArrayType::get(Type::getInt8Ty(M.getContext()), 0); member in __anoncaa44a2c0111::LowerTypeTestsModule
966 Int8Arr0Ty); in importTypeId()