HomeSort by relevance Sort by last modified time
    Searched refs:isOSWindows (Results 1 - 22 of 22) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMMCLinker.cpp 32 if (theTriple.isOSWindows()) {
ARMEmulation.cpp 55 if (theTriple.isOSWindows()) {
ARMLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonMCLinker.cpp 31 if (theTriple.isOSWindows()) {
HexagonEmulation.cpp 47 if (theTriple.isOSWindows()) {
HexagonLDBackend.cpp 249 if (pConfig.targets().triple().isOSWindows()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsMCLinker.cpp 34 if (theTriple.isOSWindows()) {
MipsEmulation.cpp 47 if (theTriple.isOSWindows()) {
MipsLDBackend.cpp 949 if (pConfig.targets().triple().isOSWindows()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86MCLinker.cpp 32 if (theTriple.isOSWindows()) {
X86Emulation.cpp 57 if (theTriple.isOSWindows()) {
X86LDBackend.cpp     [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 315 /// isOSWindows - Is this a "Windows" OS.
316 bool isOSWindows() const {
327 return !isOSDarwin() && !isOSWindows();
332 return isOSWindows();
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 166 if (TheTriple.isOSWindows())
MBlazeMCTargetDesc.cpp 88 if (TheTriple.isOSWindows()) {
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 142 if (Tuple.isOSWindows() && Triple::ELF != Tuple.getEnvironment()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 458 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
471 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
X86MCTargetDesc.cpp 322 } else if (T.isOSWindows() && is64Bit)
366 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 196 if (TheTriple.isOSWindows()) {
ARMAsmBackend.cpp 683 if (TheTriple.isOSWindows())
  /external/llvm/lib/Target/X86/
X86Subtarget.h 298 return In64BitMode && TargetTriple.isOSWindows();
  /external/clang/lib/Analysis/
FormatString.cpp 655 !Target.getTriple().isOSWindows();

Completed in 224 milliseconds