Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h48 ImbueAttribute shouldImbueFunction(StringRef FunctionName) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp35 XRayFunctionFilter::shouldImbueFunction(StringRef FunctionName) const { in shouldImbueFunction() function in XRayFunctionFilter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3443 Attr = XRayFilter.shouldImbueFunction(Fn->getName()); in imbueXRayAttrs()