OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XRayFilter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
576
std::unique_ptr<XRayFunctionFilter>
XRayFilter
;
723
return *
XRayFilter
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
2621
const auto &
XRayFilter
= getContext().getXRayFilter();
2625
Attr =
XRayFilter
.shouldImbueLocation(Loc, Category);
2627
Attr =
XRayFilter
.shouldImbueFunction(Fn->getName());
Completed in 52 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026