Home
last modified time | relevance | path

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

/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py128 def getPlatform(): global() function
H A Dlldbtest.py1403 def getPlatform(self): global() member in Base
/llvm-project/clang/include/clang/AST/
H A DAvailability.h53 StringRef getPlatform() const { return Platform; } in getPlatform() function
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h271 StringRef getPlatform() const { return Triple.getVendorName(); } getPlatform() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1492 Platform *getPlatform() { return P.get(); } getPlatform() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1621 DarwinPlatformKind getPlatform() const { return Platform; } getPlatform() function