HomeSort by relevance Sort by last modified time
    Searched refs:OSType (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle,
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
MipsAsmBackend.cpp 161 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 226 Triple::OSType OSType;
228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
229 SparcAsmBackend(T), OSType(OSType) { }
248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 54 static uint8_t getOSABI(Triple::OSType OSType) {
55 switch (OSType) {
  /external/llvm/include/llvm/ADT/
Triple.h 122 enum OSType {
187 OSType OS;
242 OSType getOS() const { return OS; }
502 void setOS(OSType Kind);
579 static const char *getOSTypeName(OSType Kind);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 90 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 33 const llvm::Triple::OSType os_type = triple_ref.getOS();
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 303 static OSType
311 return ( OSType ) 0;
315 return ( OSType ) 0;
854 OSType fond_type;
926 OSType file_type;
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
  /external/llvm/lib/Support/
Triple.cpp 140 const char *Triple::getOSTypeName(OSType Kind) {
170 llvm_unreachable("Invalid OSType");
348 static Triple::OSType parseOS(StringRef OSName) {
349 return StringSwitch<Triple::OSType>(OSName)
545 OSType OS = UnknownOS;
851 void Triple::setOS(OSType Kind) {
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 226 llvm::Triple::OSType os = triple.getOS();
366 llvm::Triple::OSType os = triple.getOS();
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
  /external/llvm/tools/llc/
llc.cpp 101 GetOutputStream(const char *TargetName, Triple::OSType OS,
  /external/lldb/source/Core/
ArchSpec.cpp 773 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS();
774 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS();
    [all...]
Debugger.cpp 1436 llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 136 OSType inComponentSignature,
1124 OSType inComponentSignature,
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 232 C[2] = Triple::getOSTypeName(Triple::OSType(OS));
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 679 llvm::Triple::OSType OS = Ctx.getTargetInfo().getTriple().getOS();
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 2369 milliseconds