Searched defs:TypeInfos (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
32 static const unsigned numTypes = sizeof(TypeInfos) / sizeof(TypeInfos[0]);
36 return TypeInfos[id - 1];
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h134 /// TypeInfos - List of C++ TypeInfo used in the current function.
135 std::vector<const GlobalVariable *> TypeInfos; member in class:llvm::MachineModuleInfo
380 return TypeInfos;

Completed in 490 milliseconds