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
75 struct FunctionAttr { struct80 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
221 [&](const FunctionAttr &A) { return A.FuncId == Record.FuncId; }); in accountRecord()
411 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function427 FunctionAttr(ctx)) {} in XlaLocalLaunchOp()437 function_(FunctionAttr(ctx)), in XlaCompileOp()
75 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
613 results.emplace_back(AssociatedFunctionInfo::FunctionAttr( in GetAssociatedFunctions()