Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h597 std::unique_ptr<XRayFunctionFilter> XRayFilter; variable
774 return *XRayFilter; in getXRayFilter()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3001 const auto &XRayFilter = getContext().getXRayFilter(); in imbueXRayAttrs() local
3005 Attr = XRayFilter.shouldImbueLocation(Loc, Category); in imbueXRayAttrs()
3007 Attr = XRayFilter.shouldImbueFunction(Fn->getName()); in imbueXRayAttrs()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp956 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()