Searched defs:ObjType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp147 Type *ObjType = GV->getType()->getPointerElementType(); local
149 !ObjType->isSized() ||
150 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) {
/external/valgrind/main/drd/
H A Ddrd_clientobj.h51 } ObjType; typedef in typeref:enum:__anon32754
56 ObjType type;
65 ObjType type;
80 ObjType type;
92 ObjType type;
102 ObjType type;
117 ObjType type;
134 ObjType type;
162 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
164 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4501 struct ObjType { struct in namespace:test92
4505 ObjType *GLOB = 0;
4510 GLOB = new ObjType;
4522 ObjType *p = GLOB;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2538 EVT ObjType = (ObjSize == 1 ? MVT::i8 : local
2542 ObjType, false, false, 0);
2863 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; local
2866 ObjType, false, false, 0);

Completed in 170 milliseconds