Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h413 bool IsStaticMethod,
H A DCodeViewDebug.cpp462 const bool IsStaticMethod = (SP->getFlags() & DINode::FlagStaticMember) != 0; in getMemberFunctionType() local
466 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
1940 bool IsStaticMethod, in lowerTypeMemberFunction() argument
1958 if (!IsStaticMethod && ReturnAndArgs.size() > Index) { in lowerTypeMemberFunction()