Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py123 def getPlatform(): function
H A Dlldbtest.py1340 def getPlatform(self): member in Base
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h254 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1431 Platform *getPlatform() { return P.get(); } in getPlatform() function
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1531 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() function