OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OSType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h
31
AVRAsmBackend(Triple::
OSType
OSType
)
32
: MCAsmBackend(support::little),
OSType
(
OSType
) {}
64
Triple::
OSType
OSType
;
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp
291
Triple::
OSType
OSType
;
293
ELFSparcAsmBackend(const Target &T, Triple::
OSType
OSType
) :
294
SparcAsmBackend(T),
OSType
(
OSType
) { }
317
uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(
OSType
);
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp
180
Triple::
OSType
OSType
;
183
ELFVEAsmBackend(const Target &T, Triple::
OSType
OSType
)
184
: VEAsmBackend(T),
OSType
(
OSType
) {}
213
uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(
OSType
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp
45
Triple::
OSType
OSType
;
48
LanaiAsmBackend(const Target &T, Triple::
OSType
OST)
49
: MCAsmBackend(support::big),
OSType
(OST) {}
125
return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(
OSType
));
/src/external/bsd/pdisk/dist/
dump.c
72
typedef uint32_t
OSType
;
76
OSType
patchSig;
/src/external/gpl2/mkhybrid/dist/libhfs_iso/
internal.h
54
typedef long
OSType
;
125
OSType
fdType; /* file type */
126
OSType
fdCreator; /* file's creator */
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
164
enum
OSType
{
255
OSType
OS;
316
OSType
getOS() const { return OS; }
840
void setOS(
OSType
Kind);
950
static StringRef getOSTypeName(
OSType
Kind);
967
static VersionTuple getCanonicalVersionForOS(
OSType
OSKind,
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026