Home
last modified time | relevance | path

Searched refs:OF_NoCallingConvention (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp414 if (!(Flags & OF_NoCallingConvention)) in outputPre()
485 Sig->outputPre(OB, OF_NoCallingConvention); in outputPre()
H A DMicrosoftDemangle.cpp2354 OF = OutputFlags(OF | OF_NoCallingConvention); in microsoftDemangle()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h77 OF_NoCallingConvention = 1, enumerator