Home
last modified time | relevance | path

Searched defs:IsWindows (Results 1 – 5 of 5) sorted by relevance

/external/v8/gypfiles/
Dlandmine_utils.py30 def IsWindows(): function
/external/v8/tools/testrunner/local/
Dutils.py120 def IsWindows(): function
/external/clang/lib/Driver/
DToolChain.cpp274 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local
/external/clang/lib/CodeGen/
DCGCall.cpp167 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl()
429 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp376 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local