Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp416 outputCallingConvention(OS, CallConvention); in outputPre()
501 outputCallingConvention(OS, Sig->CallConvention); in outputPre()
DMicrosoftDemangle.cpp1269 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1843 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h336 CallingConv CallConvention = CallingConv::None; member