Searched defs:IsDynInit (Results 1 - 2 of 2) 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.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 81 milliseconds