Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h217 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp239 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.cpp1307 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function