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

  /external/clang/lib/Driver/
Types.cpp 26 static const TypeInfo TypeInfos[] = {
32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
36 return TypeInfos[id - 1];
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 102 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos();
108 // Emit the Catch TypeInfos.
109 if (VerboseAsm && !TypeInfos.empty()) {
110 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<");
112 Entry = TypeInfos.size();
115 for (const GlobalValue *GV : reverse(TypeInfos)) {
123 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<");
136 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]),
EHStreamer.cpp 62 // (TypeInfos) have strictly positive switch values, and exception
67 // TypeInfos. The value written for a positive type ID is just the type ID
339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos();
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true;
402 // Okay, we have actual filters or typeinfos to emit. As such, we need to
466 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize;
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos();
658 // Emit the Catch TypeInfos.
659 if (VerboseAsm && !TypeInfos.empty()) {
660 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<");
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 143 /// TypeInfos - List of C++ TypeInfo used in the current function.
144 std::vector<const GlobalValue *> TypeInfos;
411 return TypeInfos;
  /external/swiftshader/third_party/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;

Completed in 251 milliseconds