Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2467 Constant *ODRIndicator = ConstantExpr::getNullValue(IRB.getInt8PtrTy()); in InstrumentGlobals() local
2482 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
2497 ODRIndicator = ODRIndicatorSym; in InstrumentGlobals()
2508 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in InstrumentGlobals()