Home
last modified time | relevance | path

Searched refs:StaticConstMembers (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h246 SmallVector<const DIDerivedType *, 4> StaticConstMembers; variable
H A DCodeViewDebug.cpp2366 StaticConstMembers.push_back(DDTy); in collectMemberInfo()
3322 if (!GlobalVariables.empty() || !StaticConstMembers.empty()) { in emitDebugInfoForGlobals()
3387 for (const DIDerivedType *DTy : StaticConstMembers) { in emitStaticConstMemberList()