HomeSort by: relevance | last modified time | path
    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 33 milliseconds