HomeSort by relevance Sort by last modified time
    Searched refs:isysroot (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/lib/Serialization/
GeneratePCH.cpp 28 clang::Module *Module, StringRef isysroot,
32 : PP(PP), OutputFile(OutputFile), Module(Module), isysroot(isysroot.str()),
54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot,
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 25 -isysroot $(3) \
144 OSX_DEPLOYMENT_ARGS += -isysroot $(OSX_SDK)
145 IOS_DEPLOYMENT_ARGS += -isysroot $(IOS_SDK)
146 IOS6_DEPLOYMENT_ARGS += -isysroot $(IOS_SDK)
147 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(IOSSIM_SDK)
154 -isysroot $(IOSSIM_SDK)
darwin_bni.mk 29 DEPLOYMENT_FLAGS += -isysroot $(SDKROOT)
  /external/clang/include/clang/Serialization/
ASTWriter.h 428 StringRef isysroot, const std::string &OutputFile);
493 StringRef isysroot, const std::string &OutputFile,
519 /// \param isysroot if non-empty, write a relocatable file whose headers
526 Module *WritingModule, StringRef isysroot,
915 std::string isysroot; member in class:clang::ASTRecordWriter::PCHGenerator
    [all...]
ASTReader.h 824 std::string isysroot; member in class:clang::ASTReader
    [all...]
  /build/soong/cc/config/
x86_darwin_host.go 37 "-isysroot ${macSdkRoot}",
45 "-isysroot ${macSdkRoot}",
  /external/libaom/libaom/build/cmake/
aom_configure.cmake 138 set(AOM_AS_FLAGS -arch ${AOM_TARGET_CPU} -isysroot ${CMAKE_OSX_SYSROOT})
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 379 '-isysroot' => 1,
429 '-isysroot' => 0
531 if ($Arg =~ /^-isysroot/) {
699 push @CompileOpts, "-isysroot", $sdk;
  /external/capstone/
Makefile 50 -isysroot$(SDKROOT) \
  /build/soong/cc/
cmakelists.go 297 if strings.HasPrefix(parameter, "-isysroot") {
  /external/protobuf/conformance/
Makefile.am 177 # On travis, the build fails without the isysroot because whatever system
181 conformance_objc_CPPFLAGS = -I$(top_srcdir)/objectivec -isysroot `xcrun --sdk macosx --show-sdk-path`
  /external/honggfuzz/
Makefile 113 ARCH_CFLAGS := -arch x86_64 -std=c99 -isysroot $(SDK) \
  /external/clang/lib/Driver/
ToolChains.cpp 350 StringRef Darwin::getSDKName(StringRef isysroot) {
353 auto BeginSDK = llvm::sys::path::begin(isysroot);
354 auto EndSDK = llvm::sys::path::end(isysroot);
500 // isysroot.
557 // on -isysroot.
561 StringRef isysroot = A->getValue(); local
562 StringRef SDK = getSDKName(isysroot);
    [all...]
ToolChains.h 515 static StringRef getSDKName(StringRef isysroot);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 713 /*isysroot=*/"",
927 const Preprocessor &PP, StringRef isysroot,
929 : PCHGenerator(PP, "", nullptr, isysroot, std::make_shared<PCHBuffer>(),
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 883 add_cflags "-isysroot ${iphoneos_sdk_dir}"
884 add_ldflags "-isysroot ${iphoneos_sdk_dir}"
890 add_cflags "-isysroot ${osx_sdk_dir}"
891 add_ldflags "-isysroot ${osx_sdk_dir}"
942 add_cflags "-isysroot ${iossim_sdk_dir}"
943 add_ldflags "-isysroot ${iossim_sdk_dir}"
1177 add_cflags -isysroot ${alt_libc}
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]

Completed in 3823 milliseconds

1 2