Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp413 outputCallingConvention(OS, CallConvention); in outputPre()
498 outputCallingConvention(OS, Sig->CallConvention); in outputPre()
H A DMicrosoftDemangle.cpp1269 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1841 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h335 CallingConv CallConvention = CallingConv::None; member