Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp414 outputCallingConvention(OB, CallConvention); in outputPre()
499 outputCallingConvention(OB, Sig->CallConvention); in outputPre()
H A DMicrosoftDemangle.cpp1270 FSN->Signature->CallConvention = demangleCallingConvention(MangledName); in demangleVcallThunkNode()
1832 FTy->CallConvention = demangleCallingConvention(MangledName); in demangleFunctionType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h334 CallingConv CallConvention = CallingConv::None; member