Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp34 XRayAlwaysInstrumentFiles.clear(); in resetNonModularOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h400 std::vector<std::string> XRayAlwaysInstrumentFiles; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp956 XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles, in ASTContext()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2098 MarshallingInfoStringVector<LangOpts<"XRayAlwaysInstrumentFiles">>;