Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DXRayLists.cpp34 XRayFunctionFilter::ImbueAttribute
42 return ImbueAttribute::ALWAYS_ARG1; in shouldImbueFunction()
46 return ImbueAttribute::ALWAYS; in shouldImbueFunction()
51 return ImbueAttribute::NEVER; in shouldImbueFunction()
53 return ImbueAttribute::NONE; in shouldImbueFunction()
56 XRayFunctionFilter::ImbueAttribute
62 return ImbueAttribute::ALWAYS; in shouldImbueFunctionsInFile()
66 return ImbueAttribute::NEVER; in shouldImbueFunctionsInFile()
67 return ImbueAttribute::NONE; in shouldImbueFunctionsInFile()
70 XRayFunctionFilter::ImbueAttribute
[all …]
/external/llvm-project/clang/include/clang/Basic/
DXRayLists.h41 enum class ImbueAttribute { enum
48 ImbueAttribute shouldImbueFunction(StringRef FunctionName) const;
50 ImbueAttribute
54 ImbueAttribute shouldImbueLocation(SourceLocation Loc,
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2518 using ImbueAttr = XRayFunctionFilter::ImbueAttribute; in imbueXRayAttrs()