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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 399 TypeIndex ClassType = getTypeIndex(Class);
406 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);
1587 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType());
1604 TypeIndex ElementTypeIndex = getTypeIndex(ElementType);
1748 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType());
1821 TypeIndex ClassTI = getTypeIndex(Ty->getClassType());
1823 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr);
1897 TypeIndex ModifiedTI = getTypeIndex(BaseTy);
1911 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType));
1943 TypeIndex ClassType = getTypeIndex(ClassTy)
    [all...]
CodeViewDebug.h 378 codeview::TypeIndex getTypeIndex(const DIType *Ty,

Completed in 16 milliseconds