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

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

Completed in 126 milliseconds