Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp372 void instrumentGlobals();
649 instrumentGlobals(); in initializeModule()
1748 void HWAddressSanitizer::instrumentGlobals() { in instrumentGlobals() function in HWAddressSanitizer
H A DAddressSanitizer.cpp914 void instrumentGlobals(IRBuilder<> &IRB, Module &M, bool *CtorComdat);
2493 void ModuleAddressSanitizer::instrumentGlobals(IRBuilder<> &IRB, Module &M, in instrumentGlobals() function in ModuleAddressSanitizer
2754 instrumentGlobals(IRB, M, &CtorComdat); in instrumentModule()
2757 instrumentGlobals(IRB, M, &CtorComdat); in instrumentModule()