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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
AddressSanitizer.h 123 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true,
132 bool UseGlobalGC;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 871 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true,
875 UseGlobalGC(UseGlobalGC), UseOdrIndicator(UseOdrIndicator),
891 UseGlobalGC, UseOdrIndicator,
899 bool UseGlobalGC;
1232 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator,
1234 : CompileKernel(CompileKernel), Recover(Recover), UseGlobalGC(UseGlobalGC),
1241 UseGlobalGC, UseOdrIndicator,

Completed in 58 milliseconds