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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 376 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys);
612 Elements = DBuilder.getOrCreateArray(EltTys);
646 Elements = DBuilder.getOrCreateArray(EltTys);
691 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(EltTys);
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 40 DIArray Enums = getOrCreateArray(AllEnumTypes);
43 DIArray RetainTypes = getOrCreateArray(AllRetainTypes);
46 DIArray SPs = getOrCreateArray(AllSubprograms);
55 DIArray AV = getOrCreateArray(Variables);
62 DIArray GVs = getOrCreateArray(AllGVs);
703 /// getOrCreateArray - Get a DIArray, create one if required.
704 DIArray DIBuilder::getOrCreateArray(ArrayRef<Value *> Elements) {
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 362 /// getOrCreateArray - Get a DIArray, create one if required.
363 DIArray getOrCreateArray(ArrayRef<Value *> Elements);

Completed in 77 milliseconds