Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2337 Constant *ODRIndicator = ConstantExpr::getNullValue(IRB.getInt8PtrTy()); in InstrumentGlobals() local
2352 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
2367 ODRIndicator = ODRIndicatorSym; in InstrumentGlobals()
2379 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in InstrumentGlobals()