Searched refs:instrumentGlobals (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp348 void instrumentGlobals();
636 instrumentGlobals();
1659 void HWAddressSanitizer::instrumentGlobals() { function in class:HWAddressSanitizer
H A DAddressSanitizer.cpp842 void instrumentGlobals(IRBuilder<> &IRB, Module &M, bool *CtorComdat);
2401 void ModuleAddressSanitizer::instrumentGlobals(IRBuilder<> &IRB, Module &M, function in class:ModuleAddressSanitizer
2662 instrumentGlobals(IRB, M, &CtorComdat);
2665 instrumentGlobals(IRB, M, &CtorComdat);

Completed in 143 milliseconds