Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp407 if (!(Flags & OF_NoCallingConvention)) in outputPre()
478 Sig->outputPre(OS, OF_NoCallingConvention); in outputPre()
DMicrosoftDemangle.cpp2351 OF = OutputFlags(OF | OF_NoCallingConvention); in microsoftDemangle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h76 OF_NoCallingConvention = 1, enumerator