Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp32 XRayAlwaysInstrumentFiles.clear(); in resetNonModularOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h292 std::vector<std::string> XRayAlwaysInstrumentFiles; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp976 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1864 MarshallingInfoStringVector<LangOpts<"XRayAlwaysInstrumentFiles">>;