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.cpp414 outputCallingConvention(OB, CallConvention); in outputPre()
499 outputCallingConvention(OB, Sig->CallConvention); in outputPre()
H A DMicrosoftDemangle.cpp1308 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1888 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h333 CallingConv CallConvention = CallingConv::None; member