Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DXRayLists.h44 ImbueAttribute shouldImbueFunction(StringRef FunctionName) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DXRayLists.cpp27 XRayFunctionFilter::shouldImbueFunction(StringRef FunctionName) const { in shouldImbueFunction() function in XRayFunctionFilter
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2008 Attr = XRayFilter.shouldImbueFunction(Fn->getName()); in imbueXRayAttrs()