Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2511 SmallVector<GlobalValue *, 16> GlobalsToAddToUsedList; in InstrumentGlobals() local
2515 GlobalsToAddToUsedList.push_back(G); in InstrumentGlobals()
2517 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()