Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FullName

605   SmallString<256> FullName;
611 return FullName;
614 return FullName;
618 llvm::raw_svector_ostream Out(FullName);
621 return FullName;
660 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
663 llvm::DebugNode::FlagFwdDecl, FullName);
1935 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
1947 0, Size, Align, llvm::DebugNode::FlagFwdDecl, FullName);
1966 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
1988 Size, Align, EltArray, ClassTy, FullName);
2259 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
2263 FullName);