Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2391 SmallVector<GlobalValue *, 16> GlobalsToAddToUsedList; in InstrumentGlobals() local
2395 GlobalsToAddToUsedList.push_back(G); in InstrumentGlobals()
2397 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()