Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp512 bool GlobalIsLinkerInitialized(GlobalVariable *G);
1009 bool AddressSanitizer::GlobalIsLinkerInitialized(GlobalVariable *G) { in GlobalIsLinkerInitialized() function in AddressSanitizer
1054 if (G && (!ClInitializers || GlobalIsLinkerInitialized(G)) && in instrumentMop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp679 bool GlobalIsLinkerInitialized(GlobalVariable *G);
1320 bool AddressSanitizer::GlobalIsLinkerInitialized(GlobalVariable *G) { in GlobalIsLinkerInitialized() function in AddressSanitizer
1423 if (G && (!ClInitializers || GlobalIsLinkerInitialized(G)) && in instrumentMop()