Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp246 ConstantInt *IsDynInit = cast<ConstantInt>(MDN->getOperand(2)); in init() local
247 if (IsDynInit->isOne()) in init()
/external/clang/lib/CodeGen/
DCodeGenModule.h1016 bool IsDynInit = false);
DCodeGenModule.cpp1964 SourceLocation Loc, bool IsDynInit) { in reportGlobalToASan() argument
1967 IsDynInit &= !SanitizerBL.isIn(*GV, "init"); in reportGlobalToASan()
1998 llvm::ConstantInt::get(llvm::Type::getInt1Ty(LLVMCtx), IsDynInit), in reportGlobalToASan()