Home
last modified time | relevance | path

Searched refs:XRayAlwaysInstrumentFiles (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp34 XRayAlwaysInstrumentFiles.clear(); in resetNonModularOptions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h380 std::vector<std::string> XRayAlwaysInstrumentFiles; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp982 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2050 MarshallingInfoStringVector<LangOpts<"XRayAlwaysInstrumentFiles">>;