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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 117 // isLinux - Target system is Linux. Is false we consider ELFOS for now.
118 bool IsLinux;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 447 bool IsLinux = TargetTriple.isOSLinux();
517 else if (IsLinux && IsX86_64) {

Completed in 37 milliseconds