HomeSort by: relevance | last modified time | path
    Searched refs:InstrumentGlobals (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 248 void instrumentGlobals();
534 bool InstrumentGlobals =
536 if (InstrumentGlobals && !UsePageAliases)
537 instrumentGlobals();
1437 void HWAddressSanitizer::instrumentGlobals() {
AddressSanitizer.cpp 807 bool InstrumentGlobals(IRBuilder<> &IRB, Module &M, bool *CtorComdat);
2349 bool ModuleAddressSanitizer::InstrumentGlobals(IRBuilder<> &IRB, Module &M,
2607 InstrumentGlobals(IRB, M, &CtorComdat);

Completed in 30 milliseconds