Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h411 bool IsStaticMethod,
H A DCodeViewDebug.cpp415 const bool IsStaticMethod = (SP->getFlags() & DINode::FlagStaticMember) != 0; in getMemberFunctionType() local
419 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
1830 bool IsStaticMethod, in lowerTypeMemberFunction() argument
1848 if (!IsStaticMethod && ReturnAndArgs.size() > Index) { in lowerTypeMemberFunction()