Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp413 if (!(Flags & OF_NoCallingConvention)) in outputPre()
484 Sig->outputPre(OB, OF_NoCallingConvention); in outputPre()
H A DMicrosoftDemangle.cpp2414 OF = OutputFlags(OF | OF_NoCallingConvention); in microsoftDemangle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h76 OF_NoCallingConvention = 1, enumerator