Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2206 SmallVector<GlobalValue *, 16> GlobalsToAddToUsedList; in InstrumentGlobals() local
2210 GlobalsToAddToUsedList.push_back(G); in InstrumentGlobals()
2212 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()