Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2519 SmallVector<GlobalValue *, 16> GlobalsToAddToUsedList; in InstrumentGlobals() local
2523 GlobalsToAddToUsedList.push_back(G); in InstrumentGlobals()
2525 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()