Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp43 XRayNeverInstrumentFiles.clear(); in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h485 std::vector<std::string> XRayNeverInstrumentFiles; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp888 LangOpts.XRayNeverInstrumentFiles, in ASTContext()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2842 MarshallingInfoStringVector<LangOpts<"XRayNeverInstrumentFiles">>;