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.h241 SmallVector<const DIDerivedType *, 4> StaticConstMembers; variable
H A DCodeViewDebug.cpp2352 StaticConstMembers.push_back(DDTy); in collectMemberInfo()
3308 if (!GlobalVariables.empty() || !StaticConstMembers.empty()) {
3373 for (const DIDerivedType *DTy : StaticConstMembers) { in isFloatDIType()