HomeSort by: relevance | last modified time | path
    Searched refs:getClassType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 77 TypeIndex ClassTy = MFRecord.getClassType();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 146 StringRef Class = Types.getTypeName(MF.getClassType());
TypeDumpVisitor.cpp 304 printTypeIndex("ClassType", Id.getClassType());
323 printTypeIndex("ClassType", MF.getClassType());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 186 TypeIndex getClassType() const { return ClassType; }
225 TypeIndex getClassType() const { return ClassType; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2519 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2524 getClassIdent, getClassType,
2534 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2540 getClassType, nullptr,
2549 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2554 getClassIdent, getClassType,
RewriteObjC.cpp 2446 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(),
2451 getClassIdent, getClassType,
2461 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2467 getClassType, nullptr,
2476 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(),
2481 getClassIdent, getClassType,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1821 TypeIndex ClassTI = getTypeIndex(Ty->getClassType());
1823 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr);
DwarfUnit.cpp 774 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1004 DIType *getClassType() const {

Completed in 49 milliseconds