OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlatform
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h
52
StringRef
getPlatform
() const { return Platform; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompilandDetails.h
45
FORWARD_SYMBOL_METHOD(
getPlatform
)
IPDBRawSymbol.h
122
virtual PDB_Cpu
getPlatform
() const = 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
96
PDB_Cpu
getPlatform
() const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
101
PDB_Cpu
getPlatform
() const override;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp
141
<< CPURegister{Symbol.getRawSymbol().
getPlatform
(),
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h
1286
Platform *
getPlatform
() { return P.get(); }
1582
if (auto *P = ES.
getPlatform
()) {
1623
if (auto *P = ES.
getPlatform
()) {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp
239
PDB_Cpu NativeRawSymbol::
getPlatform
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
520
StringRef RealizedPlatform = A->
getPlatform
()->getName();
548
StringRef ActualPlatform = A->
getPlatform
()->getName();
656
*RealizedPlatform = Availability->
getPlatform
()->getName();
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
232
StringRef
getPlatform
() const { return Triple.getVendorName(); }
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp
1393
DarwinPlatformKind
getPlatform
() const { return Platform; }
1840
if (OSTarget->
getPlatform
() != OSVersionArgTarget->
getPlatform
() ||
1850
if (OSTarget->
getPlatform
() == OSVersionArgTarget->
getPlatform
() &&
1899
DarwinPlatformKind Platform = OSTarget->
getPlatform
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
36
StringRef ActualPlatform = Avail->
getPlatform
()->getName();
SemaDeclAttr.cpp
2317
IdentifierInfo *OldPlatform = OldAA->
getPlatform
();
SemaDecl.cpp
2566
D, *AA, AA->
getPlatform
(), AA->isImplicit(), AA->getIntroduced(),
SemaExpr.cpp
19646
return Spec.
getPlatform
() == Platform;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
733
PDB_Cpu DIARawSymbol::
getPlatform
() const {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
3569
bool Inserted = Platforms.insert(Spec.
getPlatform
()).second;
3574
StringRef Platform = Spec.
getPlatform
();
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
8037
return LHS->
getPlatform
()->getName() < RHS->
getPlatform
()->getName();
8043
if (LHS->
getPlatform
() != RHS->
getPlatform
())
8112
cxstring::createDup(Avail.value()->
getPlatform
()->getName());
Completed in 91 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026