Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h576 std::unique_ptr<XRayFunctionFilter> XRayFilter; variable
723 return *XRayFilter; in getXRayFilter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2621 const auto &XRayFilter = getContext().getXRayFilter(); in imbueXRayAttrs() local
2625 Attr = XRayFilter.shouldImbueLocation(Loc, Category); in imbueXRayAttrs()
2627 Attr = XRayFilter.shouldImbueFunction(Fn->getName()); in imbueXRayAttrs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp976 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()