reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
  940                         getScope(), getBaseType(), getSizeInBits(),
lib/Bitcode/Writer/BitcodeWriter.cpp
 1587   Record.push_back(VE.getMetadataOrNullID(N->getBaseType()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1558   const DIType *ElementType = Ty->getBaseType();
 2078                 getTypeIndex(Ty->getBaseType()));
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 1359   DIType *BaseTy = CTy->getBaseType();
 1387   addType(Buffer, CTy->getBaseType());
 1405   const DIType *DTy = CTy->getBaseType();
lib/IR/DebugInfo.cpp
  134     processType(DCT->getBaseType());
lib/Target/BPF/BPFAbstractMemberAccess.cpp
  386     return PTy->getBaseType() == CTy->getBaseType();
  386     return PTy->getBaseType() == CTy->getBaseType();
  390     Ty = PTy->getBaseType();
  552       auto *EltTy = stripQualifiers(CTy->getBaseType());
  570       auto *EltTy = stripQualifiers(CTy->getBaseType());
  593       BaseTy = stripQualifiers(CTy->getBaseType());
  606       BaseTy = stripQualifiers(CompTy->getBaseType());
  624       auto *EltTy = stripQualifiers(CTy->getBaseType());
  655       auto *EltTy = stripQualifiers(CTy->getBaseType());
  756       BaseTy = stripQualifiers(CTy->getBaseType());
lib/Target/BPF/BTFDebug.cpp
  477   const DIType *ElemType = CTy->getBaseType();
unittests/IR/MetadataTest.cpp
 1406   EXPECT_EQ(BaseType, N->getBaseType());