Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp42 XRayAlwaysInstrumentFiles.clear(); in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h479 std::vector<std::string> XRayAlwaysInstrumentFiles; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp887 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2837 MarshallingInfoStringVector<LangOpts<"XRayAlwaysInstrumentFiles">>;