Searched refs:FunctionAttr (Results 1 – 7 of 7) sorted by relevance
29 newattr := fn.FunctionAttr()40 newattr = fn.FunctionAttr()
1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func
74 struct FunctionAttr { struct79 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
237 [&](const FunctionAttr &A) { return A.FuncId == Record.FuncId; }); in accountRecord()
76 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
612 results.emplace_back(AssociatedFunctionInfo::FunctionAttr( in GetAssociatedFunctions()
331 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function355 FunctionAttr(ctx), /*has_ref_vars=*/true) {} in XlaLocalLaunchOp()365 function_(FunctionAttr(ctx)), in XlaCompileOp()