Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp412 if (!(Flags & OF_NoCallingConvention)) in outputPre()
483 Sig->outputPre(OS, OF_NoCallingConvention); in outputPre()
H A DMicrosoftDemangle.cpp2355 OF = OutputFlags(OF | OF_NoCallingConvention); in microsoftDemangle()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h77 OF_NoCallingConvention = 1, enumerator