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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2281 GlobalVariable *StopELFMetadata = new GlobalVariable( local
2284 StopELFMetadata->setVisibility(GlobalVariable::HiddenVisibility);
2291 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)});
2300 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)});

Completed in 142 milliseconds