Home
last modified time | relevance | path

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

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