Home
last modified time | relevance | path

Searched refs:OSType (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h30 Triple::OSType OSType; variable
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle, in MipsAsmBackend() argument
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {} in MipsAsmBackend()
DMipsAsmBackend.cpp171 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp270 Triple::OSType OSType; member in __anon208986980111::ELFSparcAsmBackend
272 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument
273 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend()
293 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h53 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
54 switch (OSType) { in getOSABI()
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
Dmain.mm17 OSType a = 'test';
18 OSType b = 'best';
/external/llvm/include/llvm/ADT/
DTriple.h133 enum OSType { enum
205 OSType OS;
260 OSType getOS() const { return OS; } in getOS()
561 void setOS(OSType Kind);
654 static const char *getOSTypeName(OSType Kind);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
Dftmac.c618 static OSType
629 return ( OSType ) 0; in get_file_type_from_path()
633 return ( OSType ) 0; in get_file_type_from_path()
644 return ( OSType ) 0; in get_file_type_from_path()
647 return ( OSType ) 0; in get_file_type_from_path()
1236 OSType fond_type; in FT_New_Face_From_FOND()
1352 OSType file_type; in FT_New_Face_From_Resource()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftmac.c303 static OSType
311 return ( OSType ) 0; in get_file_type_from_path()
315 return ( OSType ) 0; in get_file_type_from_path()
859 OSType fond_type; in FT_New_Face_From_FOND()
931 OSType file_type; in FT_New_Face_From_Resource()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c303 static OSType
311 return ( OSType ) 0; in get_file_type_from_path()
315 return ( OSType ) 0; in get_file_type_from_path()
859 OSType fond_type; in FT_New_Face_From_FOND()
931 OSType file_type; in FT_New_Face_From_Resource()
/external/libchrome/base/mac/
Dfoundation_util.h84 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
92 BASE_EXPORT OSType CreatorCodeForApplication();
Dfoundation_util.mm97 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) {
98 OSType creator = kUnknownType;
103 OSType CreatorCodeForApplication() {
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp33 const llvm::Triple::OSType os_type = triple_ref.getOS(); in CreateInstance()
/external/llvm/unittests/Support/
DThreadPool.cpp27 SmallVector<Triple::OSType, 4> UnsupportedOSs;
/external/llvm/lib/Support/
DTriple.cpp156 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
414 static Triple::OSType parseOS(StringRef OSName) { in parseOS()
415 return StringSwitch<Triple::OSType>(OSName) in parseOS()
682 OSType OS = UnknownOS; in normalize()
1033 void Triple::setOS(OSType Kind) { in setOS()
/external/webrtc/webrtc/base/
Dmacutils.cc72 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp208 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
354 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
/external/llvm/tools/llc/
Dllc.cpp109 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream()
/external/lldb/source/Core/
DArchSpec.cpp773 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsEqualTo()
774 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsEqualTo()
DDebugger.cpp1436 … llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; in IsTokenWithFormat()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1168 typedef FourCharCode OSType; typedef
1179 OSType pixelFormatType,
1192 OSType pixelFormatType,
1208 OSType pixelFormatType,
1217 OSType pixelFormatType, void *baseAddress,
1235 OSType pixelFormatType, void *dataPtr, size_t dataSize,
Dobjcmt-arc-cf-annotations.m.result1210 typedef FourCharCode OSType;
1221 OSType pixelFormatType,
1234 OSType pixelFormatType,
1250 OSType pixelFormatType,
1259 OSType pixelFormatType, void *baseAddress,
1277 OSType pixelFormatType, void *dataPtr, size_t dataSize,
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp938 Triple::OSType ExpectedOS = Triple::UnknownOS; in parseVersionMin()
/external/mdnsresponder/mDNSShared/
DDebugServices.c136 OSType inComponentSignature,
1124 OSType inComponentSignature, in DebugAssertOutputHandler()
/external/llvm/unittests/ADT/
DTripleTest.cpp279 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()

12