Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp408 outputCallingConvention(OS, CallConvention); in outputPre()
493 outputCallingConvention(OS, Sig->CallConvention); in outputPre()
DMicrosoftDemangle.cpp1269 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1839 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h334 CallingConv CallConvention = CallingConv::None; member