Home
last modified time | relevance | path

Searched defs:CallingConv (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h52 using namespace CallingConv; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h273 enum CallingConv { global() enum
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp430 unsigned CallingConv; EmitMustTailThunk() local
H A DCGCall.cpp2329 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 DCodeGenModule.cpp2137 unsigned CallingConv; SetLLVMFunctionAttributes() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h57 enum class CallingConv : uint8_t { enum
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2903 isCalleePop(CallingConv::ID CallingConv,bool is64Bit,bool IsVarArg,bool GuaranteeTCO) isCalleePop() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2686 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); InlineFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2889 const unsigned CallingConv = FI.getCallingConvention(); computeInfo() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11212 CallingConv = 0, areMultiversionVariantFunctionsCompatible() enumerator