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

  /external/v8/tools/gyp/test/mac/
gyptest-lto.py 38 def ObjType(p, t_expected):
41 objtype = 'unknown'
43 objtype = 'mach-o'
45 objtype = 'llvm'
46 if objtype != t_expected:
47 print 'Expected %s, got %s' % (t_expected, objtype)
50 ObjType(ObjPath('cfile', 'lto'), 'llvm')
51 ObjType(ObjPath('ccfile', 'lto'), 'llvm')
52 ObjType(ObjPath('mfile', 'lto'), 'llvm')
53 ObjType(ObjPath('mmfile', 'lto'), 'llvm'
    [all...]
  /external/valgrind/drd/
drd_clientobj.h 51 } ObjType;
56 ObjType type;
65 ObjType type;
81 ObjType type;
93 ObjType type;
103 ObjType type;
118 ObjType type;
135 ObjType type;
163 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
165 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
    [all...]
drd_clientobj.c 93 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
127 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
157 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t)
245 const HChar* DRD_(clientobj_type_name)(const ObjType t)
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 125 Type *ObjType = GV->getType()->getPointerElementType();
127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
128 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) {
XCoreISelLowering.cpp 275 Type *ObjType = GV->getType()->getPointerElementType();
276 if (!ObjType->isSized())
280 unsigned ObjSize = DL.getTypeAllocSize(ObjType);
    [all...]
  /external/opencv3/modules/core/src/
cuda_gpu_mat.cpp 258 template <class ObjType>
259 void createContinuousImpl(int rows, int cols, int type, ObjType& obj)
293 template <class ObjType>
294 void ensureSizeIsEnoughImpl(int rows, int cols, int type, ObjType& obj)
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc     [all...]
powerpc.cc     [all...]
arm.cc     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 574 milliseconds