Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp416 outputCallingConvention(OB, CallConvention); in outputPre()
501 outputCallingConvention(OB, Sig->CallConvention); in outputPre()
H A DMicrosoftDemangle.cpp1322 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1907 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h366 CallingConv CallConvention = CallingConv::None; member