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

  /external/clang/lib/Driver/
Types.cpp 26 static const TypeInfo TypeInfos[] = {
32 static const unsigned numTypes = sizeof(TypeInfos) / sizeof(TypeInfos[0]);
36 return TypeInfos[id - 1];
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 134 /// TypeInfos - List of C++ TypeInfo used in the current function.
135 std::vector<const GlobalVariable *> TypeInfos;
380 return TypeInfos;
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 451 unsigned *TypeInfos =
453 unsigned TypeInfosIdx = 0; // iterator for array TypeInfos
455 if (TypeInfos == NULL)
462 TypeInfos[TypeInfosIdx++] = *I;
464 llvm::StringRef TypeInfoData(reinterpret_cast<const char*>(TypeInfos),
469 free(TypeInfos);
478 free(TypeInfos);

Completed in 53 milliseconds