Searched refs:OSType (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp22 MipsELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, argument
24 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine,
78 Triple::OSType OSType; member in class:__anon6885::MipsEB_AsmBackend
80 MipsEB_AsmBackend(const Target &T, Triple::OSType _OSType)
81 : MipsAsmBackend(T), OSType(_OSType) {}
89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
95 Triple::OSType OSType; member in class:__anon6885::MipsEL_AsmBackend
[all...]
/external/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp15 Triple::OSType OSType_,
18 : OSType(OSType_), EMachine(EMachine_),
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h18 const Triple::OSType OSType; member in class:llvm::MCELFObjectTargetWriter
23 MCELFObjectTargetWriter(bool Is64Bit_, Triple::OSType OSType_,
31 Triple::OSType getOSType() { return OSType; }
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp44 MBlazeELFObjectWriter(Triple::OSType OSType) argument
45 : MCELFObjectTargetWriter(/*is64Bit*/ false, OSType, ELF::EM_MBLAZE,
109 Triple::OSType OSType; member in class:__anon6873::ELFMBlazeAsmBackend
110 ELFMBlazeAsmBackend(const Target &T, Triple::OSType _OSType)
111 : MBlazeAsmBackend(T), OSType(_OSType) { }
117 return createELFObjectWriter(new MBlazeELFObjectWriter(OSType), OS,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp62 PPCELFObjectWriter(bool Is64Bit, Triple::OSType OSType, uint16_t EMachine, argument
64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {}
147 Triple::OSType OSType; member in class:__anon6901::ELFPPCAsmBackend
149 ELFPPCAsmBackend(const Target &T, Triple::OSType OSType) : argument
150 PPCAsmBackend(T), OSType(OSType) { }
170 OSType,
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp60 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, argument
62 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, HasRelocationAddend) {}
313 Triple::OSType OSType; member in class:__anon6952::ELFX86AsmBackend
314 ELFX86AsmBackend(const Target &T, Triple::OSType _OSType)
315 : X86AsmBackend(T), OSType(_OSType) {
327 ELFX86_32AsmBackend(const Target &T, Triple::OSType OSType) argument
328 : ELFX86AsmBackend(T, OSType) {}
342 ELFX86_64AsmBackend(const Target &T, Triple::OSType OSType) argument
[all...]
/external/chromium/base/mac/
H A Dfoundation_util.h57 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
65 OSType CreatorCodeForApplication();
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h110 OSType creator_code);
117 OSType CreatorCodeForSearch();
H A Dpassword_store_mac.cc42 const char* path, const char* username, OSType creator);
70 const char* username, OSType creator) {
716 const SecKeychainItemRef& keychain_item, OSType creator_code) {
725 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() {
/external/llvm/include/llvm/ADT/
H A DTriple.h80 enum OSType { enum in class:llvm::Triple
123 mutable OSType OS;
131 static OSType ParseOS(StringRef OSName);
179 OSType getOS() const {
304 void setOS(OSType Kind);
359 static const char *getOSTypeName(OSType Kind);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp34 ARMELFObjectWriter(Triple::OSType OSType) argument
35 : MCELFObjectTargetWriter(/*Is64Bit*/ false, OSType, ELF::EM_ARM,
398 Triple::OSType OSType; member in class:__anon6836::ELFARMAsmBackend
400 Triple::OSType _OSType)
401 : ARMAsmBackend(T, TT), OSType(_OSType) { }
407 return createELFObjectWriter(new ARMELFObjectWriter(OSType), OS,
/external/chromium/chrome/browser/
H A Dkeychain_mock_mac.cc51 data_size = sizeof(OSType);
145 void MockKeychain::SetTestDataCreator(int item, OSType value) {
148 OSType* data = static_cast<OSType*>(attribute->data);
215 *(static_cast<OSType*>(data)));
416 OSType* data = static_cast<OSType*>(attribute->data);
H A Dkeychain_mock_mac.h140 void SetTestDataCreator(int item, OSType value);
/external/webkit/Tools/DumpRenderTree/mac/
H A DAppleScriptController.m88 OSType type = [aeDesc typeCodeValue];
/external/llvm/lib/Support/
H A DTriple.cpp96 const char *Triple::getOSTypeName(OSType Kind) {
348 Triple::OSType Triple::ParseOS(StringRef OSName) {
436 OSType OS = UnknownOS;
634 void Triple::setOS(OSType Kind) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc95 static bool GetGestalt(OSType ostype, int* value) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovie.cpp583 OSType mode = kQTApertureMode_CleanAperture;
601 static HashSet<OSType>* allowedTrackTypes = 0;
603 allowedTrackTypes = new HashSet<OSType>;
643 OSType mediaType;
685 OSType mediaType;
/external/skia/src/utils/mac/
H A DSkOSWindow_Mac.cpp229 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h150 uint64_t wkCAImageQueueRegisterPixelBuffer(CAImageQueueRef iq, void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDictionaryRef attachments, uint32_t flags);
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm99 static const OSType NSAppKitPropertyCreator = 'akit';
102 static const OSType NSViewCarbonControlViewPropertyTag = 'view';
103 static const OSType NSViewCarbonControlAutodisplayPropertyTag = 'autd';
104 static const OSType NSViewCarbonControlFirstResponderViewPropertyTag = 'frvw';
106 static const OSType NSCarbonWindowPropertyTag = 'win ';
1230 OSType tag;
1372 GetEventParameter(inEvent, kEventParamControlDataTag, typeEnumeration, NULL, sizeof(OSType), NULL, &tag);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPageProxyMac.mm57 static inline int callGestalt(OSType selector)
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h54 OSType WKCarbonWindowPropertyCreator(void);
55 OSType WKCarbonWindowPropertyTag(void);
/external/llvm/tools/llc/
H A Dllc.cpp162 Triple::OSType OS,
/external/llvm/unittests/ADT/
H A DTripleTest.cpp163 C[2] = Triple::getOSTypeName(Triple::OSType(OS));
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp425 llvm::Triple::OSType os = triple.getOS();
582 llvm::Triple::OSType os = triple.getOS();

Completed in 1288 milliseconds

12