HomeSort by relevance Sort by last modified time
    Searched refs:isOSDarwin (Results 26 - 45 of 45) sorted by null

12

  /external/clang/lib/Analysis/
FormatString.cpp 654 return !Target.getTriple().isOSDarwin() &&
  /external/clang/lib/Driver/
Driver.cpp 386 if (TC.getTriple().isOSDarwin())
498 if (TC.getTriple().isOSDarwin())
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 195 if (!isOSDarwin() && getVendor() != Triple::Apple)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 666 if (TheTriple.isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 654 if (pConfig.targets().triple().isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 606 if (pConfig.targets().triple().isOSDarwin()) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 670 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
  /external/llvm/tools/lto/
LTOModule.cpp 282 if (Triple.isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 586 if (CGM.getTarget().getTriple().isOSDarwin()) return 5;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 207 if (D->getASTContext().getTargetInfo().getTriple().isOSDarwin()) {
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 200 bool IsDarwin = Triple(A->getTargetTriple()).isOSDarwin();
    [all...]

Completed in 1107 milliseconds

12