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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
AddressSanitizer.h 119 class ModuleAddressSanitizerPass
120 : public PassInfoMixin<ModuleAddressSanitizerPass> {
122 explicit ModuleAddressSanitizerPass(
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 345 MPM.addPass(ModuleAddressSanitizerPass());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1231 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass(
1237 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1153 MPM.addPass(ModuleAddressSanitizerPass(

Completed in 22 milliseconds