Searched refs:GetType (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCELF.h28 static unsigned GetType(const MCSymbolData &SD);
H A DMCELF.cpp46 unsigned MCELF::GetType(const MCSymbolData &SD) { function in class:llvm::MCELF
H A DELFObjectWriter.cpp77 if (MCELF::GetType(*SymbolData) == ELF::STT_FILE)
79 if (MCELF::GetType(*RHS.SymbolData) == ELF::STT_FILE)
548 uint8_t Type = MCELF::GetType(Data);
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DlldbDataFormatters.py37 name = self.valobj.GetType().GetName()
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dstructanalyze.py26 m_type = member.GetType()
H A Dmisc.py221 kdp_pkt_size = GetType('kdp_readmsr64_req_t').GetByteSize()
272 kdp_pkt_size = GetType('kdp_writemsr64_req_t').GetByteSize()
H A Dxnu.py260 size = array_base_val.GetType().GetPointeeType().GetByteSize()
262 obj = kern.GetValueFromAddress(obj_address, array_base_val.GetType().GetName())
263 return Cast(obj, array_base_val.GetType())
H A Dkdp.py38 kdp_pkt_size = GetType('kdp_dumpinfo_req_t').GetByteSize()
H A Dioreg.py691 kdp_pkt_size = GetType('kdp_readioport_req_t').GetByteSize()
736 kdp_pkt_size = GetType('kdp_writeioport_req_t').GetByteSize()
H A Dpmap.py74 kdp_pkt_size = GetType('kdp_readphysmem64_req_t').GetByteSize()
121 kdp_pkt_size = GetType('kdp_writephysmem64_req_t').GetByteSize()
H A Dutils.py122 def GetType(target_type): function
H A Dmemory.py973 vme_ptr_type = GetType('vm_map_entry *')
1003 vme_ptr_type = GetType('vm_map_entry *')
1854 mtxgrp_ptr_type = GetType('_lck_grp_ *')
2006 rwlgrp_ptr_type = GetType('_lck_grp_ *')
2336 vme_ptr_type = GetType('vm_map_entry *')
H A Dprocess.py355 if str(pval.GetType()) != str(gettype('proc *')) :
356 return "Unknown type " + str(pval.GetType()) + " " + str(hex(proc))
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASService.h94 UByte GetType();
218 inline UByte TIASElement::GetType(void) { return type; }; // jdg function in class:TIASElement
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibConfigDirectory.h140 IOReturn GetType(int *outType) ;
H A DIOFireWireLibConfigDirectory.cpp480 ConfigDirectory::GetType(int *outType) function in class:IOFireWireLib::ConfigDirectory
741 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetType(outType) ;
H A DIOFireWireLib.h3567 IOReturn (*GetType) ( IOFireWireLibConfigDirectoryRef self, int* outType) ; member in struct:IOFireWireConfigDirectoryInterface_t
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xpm/
H A Dxpm.c71 static char *GetType(char *colorDefn, int *type_ret);
656 static char * GetType(colorDefn, type_ret) function
715 if ((colorDefn = GetType(colorDefn, &type)) == NULL) {
741 if (GetType(colorDefn, &dummy) == NULL) {
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dcvalue.py35 self._sbval19k84obscure747_type = sbvalue.GetType()
36 self._sbval19k84obscure747_is_ptr = sbvalue.GetType().IsPointerType()
411 dest_type = target_type.GetSBValue().GetType()
H A Doperating_system.py11 val_type = val.GetType()
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A Dpixmap.c66 static char *GetType(char *colorDefn,
544 GetType(colorDefn, type_ret) function
607 if ((colorDefn = GetType(colorDefn, &type)) == NULL) {
633 if (GetType(colorDefn, &dummy) == NULL) {
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinReg.c170 static int GetType(Tcl_Interp *interp, Tcl_Obj *keyNameObj,
328 return GetType(interp, objv[2], objv[3]);
616 * GetType --
631 GetType(
625 GetType( function
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinReg.c175 static int GetType(Tcl_Interp *interp, Tcl_Obj *keyNameObj,
408 return GetType(interp, objv[2], objv[3]);
694 * GetType --
709 GetType(
701 GetType( function

Completed in 268 milliseconds