Home
last modified time | relevance | path

Searched refs:CloudABI (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/clang/lib/Driver/ToolChains/
DCloudABI.cpp102 CloudABI::CloudABI(const Driver &D, const llvm::Triple &Triple, in CloudABI() function in CloudABI
110 void CloudABI::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, in addLibCxxIncludePaths()
117 void CloudABI::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
124 Tool *CloudABI::buildLinker() const { in buildLinker()
128 bool CloudABI::isPIEDefault() const { in isPIEDefault()
141 SanitizerMask CloudABI::getSupportedSanitizers() const { in getSupportedSanitizers()
147 SanitizerMask CloudABI::getDefaultSanitizers() const { in getDefaultSanitizers()
DCloudABI.h39 class LLVM_LIBRARY_VISIBILITY CloudABI : public Generic_ELF {
41 CloudABI(const Driver &D, const llvm::Triple &Triple,
/external/llvm-project/clang/lib/Basic/
DTargets.cpp139 case llvm::Triple::CloudABI: in AllocateTarget()
183 case llvm::Triple::CloudABI: in AllocateTarget()
472 case llvm::Triple::CloudABI: in AllocateTarget()
531 case llvm::Triple::CloudABI: in AllocateTarget()
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp224 case llvm::Triple::CloudABI: in AddDefaultCIncludePaths()
276 case llvm::Triple::CloudABI: { in AddDefaultCIncludePaths()
336 case llvm::Triple::CloudABI: in AddDefaultCIncludePaths()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp213 case llvm::Triple::CloudABI: in AddDefaultCIncludePaths()
261 case llvm::Triple::CloudABI: { in AddDefaultCIncludePaths()
321 case llvm::Triple::CloudABI: in AddDefaultCIncludePaths()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h69 case Triple::CloudABI: in getOSABI()
/external/llvm-project/clang/lib/Driver/
DCMakeLists.txt42 ToolChains/CloudABI.cpp
/external/rust/crates/parking_lot/
DCHANGELOG.md62 - Fixed CloudABI ThreadParker. (#140)
81 Wasm, Redox, SGX and CloudABI.
/external/llvm-project/llvm/include/llvm/MC/
DMCELFObjectWriter.h74 case Triple::CloudABI: in getOSABI()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h75 case Triple::CloudABI: in getOSABI()
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Driver/
DBUILD.gn59 "ToolChains/CloudABI.cpp",
/external/rust/crates/getrandom/
DCHANGELOG.md26 - CloudABI support. [#184]
238 - Enable std functionality for CloudABI by default.
/external/llvm/include/llvm/ADT/
DTriple.h143 CloudABI, enumerator
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dfile-header-os-abi.test144 # OSABI-CLOUDABI-LLVM: OS/ABI: CloudABI (0x11)
145 # OSABI-CLOUDABI-GNU: OS/ABI: CloudABI
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h161 CloudABI, enumerator
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h165 CloudABI, enumerator
/external/clang/lib/Driver/
DToolChains.h618 class LLVM_LIBRARY_VISIBILITY CloudABI : public Generic_ELF {
620 CloudABI(const Driver &D, const llvm::Triple &Triple,
DToolChains.cpp3309 CloudABI::CloudABI(const Driver &D, const llvm::Triple &Triple, in CloudABI() function in CloudABI
3317 void CloudABI::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs, in AddClangCXXStdlibIncludeArgs()
3328 void CloudABI::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
3335 Tool *CloudABI::buildLinker() const { in buildLinker()
3339 SanitizerMask CloudABI::getSupportedSanitizers() const { in getSupportedSanitizers()
3345 SanitizerMask CloudABI::getDefaultSanitizers() const { in getDefaultSanitizers()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp31 T.getOS() == llvm::Triple::CloudABI || in isArc4RandomAvailable()
/external/llvm/lib/Support/
DTriple.cpp167 case CloudABI: return "cloudabi"; in getOSTypeName()
435 .StartsWith("cloudabi", Triple::CloudABI) in parseOS()
/external/rust/crates/rand/
DCHANGELOG.md297 - Fuchsia, CloudABI: fix compilation (broken in Rand 0.5). (#484)
359 - Add support for CloudABI. (#224)
/external/expat/
DChanges416 for CloudABI
503 (when configured with --with-libbsd), CloudABI
551 (SF.net) #540 Support compilation against cloudlibc of CloudABI
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp188 case CloudABI: return "cloudabi"; in getOSTypeName()
488 .StartsWith("cloudabi", Triple::CloudABI) in parseOS()
/external/llvm-project/llvm/lib/Support/
DTriple.cpp191 case CloudABI: return "cloudabi"; in getOSTypeName()
493 .StartsWith("cloudabi", Triple::CloudABI) in parseOS()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp30 T.getOS() == llvm::Triple::CloudABI || in isArc4RandomAvailable()

12