Searched defs:GlobalIsLinkerInitialized (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp512 bool GlobalIsLinkerInitialized(GlobalVariable *G);
1009 bool AddressSanitizer::GlobalIsLinkerInitialized(GlobalVariable *G) { function in class:AddressSanitizer
1054 if (G && (!ClInitializers || GlobalIsLinkerInitialized(G)) &&

Completed in 146 milliseconds