Home
last modified time | relevance | path

Searched defs:getPlatform (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } getPlatform() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h263 StringRef getPlatform() const { return Triple.getVendorName(); } getPlatform() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1447 Platform *getPlatform() { return P.get(); } getPlatform() function
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1615 DarwinPlatformKind getPlatform() const { return Platform; } getPlatform() function