Home
last modified time | relevance | path

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

/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.cpp161 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp226 Triple::OSType OSType; member in __anonab3338d70111::ELFSparcAsmBackend
228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument
229 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend()
248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h54 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
55 switch (OSType) { in getOSABI()
/external/llvm/include/llvm/ADT/
DTriple.h122 enum OSType { enum
187 OSType OS;
242 OSType getOS() const { return OS; } in getOS()
502 void setOS(OSType Kind);
579 static const char *getOSTypeName(OSType Kind);
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
Dmain.mm17 OSType a = 'test';
18 OSType b = 'best';
/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()
854 OSType fond_type; in FT_New_Face_From_FOND()
926 OSType file_type; in FT_New_Face_From_Resource()
/external/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/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestAPICommon.h90 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/lib/Support/
DTriple.cpp140 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
348 static Triple::OSType parseOS(StringRef OSName) { in parseOS()
349 return StringSwitch<Triple::OSType>(OSName) in parseOS()
545 OSType OS = UnknownOS; in normalize()
851 void Triple::setOS(OSType Kind) { in setOS()
/external/skia/src/views/mac/
DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp226 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
366 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
/external/llvm/tools/llc/
Dllc.cpp101 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/mdnsresponder/mDNSShared/
DDebugServices.c136 OSType inComponentSignature,
1124 OSType inComponentSignature, in DebugAssertOutputHandler()
/external/llvm/unittests/ADT/
DTripleTest.cpp232 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp679 llvm::Triple::OSType OS = Ctx.getTargetInfo().getTriple().getOS(); in performKernelMalloc()
/external/clang/lib/Basic/
DTargets.cpp6703 llvm::Triple::OSType os = Triple.getOS(); in AllocateTarget()
/external/clang/test/Analysis/
Dretain-release.m1163 typedef FourCharCode OSType; typedef
1174 OSType pixelFormatType,
1187 OSType pixelFormatType,
1203 OSType pixelFormatType,
1212 OSType pixelFormatType, void *baseAddress,
1230 OSType pixelFormatType, void *dataPtr, size_t dataSize,