Searched defs:CallingConv (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | IROutliner.h | 52 using namespace CallingConv; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 273 enum CallingConv { global() enum
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 430 unsigned CallingConv; EmitMustTailThunk() local
|
H A D | CGCall.cpp | 2329 ConstructAttributeList(StringRef Name,const CGFunctionInfo & FI,CGCalleeInfo CalleeInfo,llvm::AttributeList & AttrList,unsigned & CallingConv,bool AttrOnCallSite,bool IsThunk) ConstructAttributeList() argument 5525 unsigned CallingConv; EmitCall() local [all...] |
H A D | CodeGenModule.cpp | 2137 unsigned CallingConv; SetLLVMFunctionAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 57 enum class CallingConv : uint8_t { enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2903 isCalleePop(CallingConv::ID CallingConv,bool is64Bit,bool IsVarArg,bool GuaranteeTCO) isCalleePop() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2686 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); InlineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2889 const unsigned CallingConv = FI.getCallingConvention(); computeInfo() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 11212 CallingConv = 0, areMultiversionVariantFunctionsCompatible() enumerator
|