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

  /external/valgrind/main/drd/
drd_clientobj.h 51 } ObjType;
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 t)
    [all...]
drd_clientobj.c 94 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
128 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
158 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t)
246 const HChar* DRD_(clientobj_type_name)(const ObjType t)
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 147 Type *ObjType = GV->getType()->getPointerElementType();
149 !ObjType->isSized() ||
150 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) {
XCoreISelLowering.cpp 277 Type *ObjType = GV->getType()->getPointerElementType();
278 if (!ObjType->isSized())
281 unsigned ObjSize = XTL.getDataLayout()->getTypeAllocSize(ObjType);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 252 milliseconds