Home
last modified time | relevance | path

Searched defs:SDK (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h590 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor()
596 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { in getVersionMinMinor()
602 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate()
/netbsd-src/external/bsd/libfido2/dist/windows/
H A Drelease.ps111 $SDK = '143' variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1159 StringRef SDK = *IT; in getSDKName() local
1662 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK() local
1682 [&](StringRef SDK) -> Optional<DarwinPlatform> { in inferDeploymentTargetFromSDK()
1955 StringRef SDK = getSDKName(A->getValue()); in AddDeploymentTarget() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp798 SmallString<32> SDK; in printMachOVersionMin() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go121 SDK string member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c212 value DebugInfoForProfiling, value SysRoot, value SDK) { in llvm_dibuild_create_compile_unit_native()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp144 StringRef SysRoot, StringRef SDK) { in createCompileUnit()
H A DDebugInfoMetadata.cpp746 MDString *SDK, StorageType Storage, bool ShouldCreate) { in getImpl()
H A DDebugInfo.cpp883 const char *SDK, size_t SDKLen) { in LLVMDIBuilderCreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp626 StringRef Sysroot, SDK; in CreateCompileUnit() local
631 auto It = std::find_if(B, E, [](auto SDK) { return SDK.endswith(".sdk"); }); in CreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1044 StringRef SDK = DIUnit->getSDK(); in finishUnitAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3740 StmtResult TreeTransform<Derived>::TransformStmt(Stmt *S, StmtDiscardKind SDK) { in TransformStmt()
7273 TreeTransform<Derived>::TransformLabelStmt(LabelStmt *S, StmtDiscardKind SDK) { in TransformLabelStmt()
7315 StmtDiscardKind SDK) { in TransformAttributedStmt()