Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h454 bool IsStaticMethod,
H A DCodeViewDebug.cpp468 const bool IsStaticMethod = (SP->getFlags() & DINode::FlagStaticMember) != 0; in getMemberFunctionType() local
472 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
2099 bool IsStaticMethod, in lowerTypeMemberFunction() argument
2117 if (!IsStaticMethod && ReturnAndArgs.size() > Index) { in lowerTypeMemberFunction()