Home
last modified time | relevance | path

Searched refs:AlwaysInstrumentFiles (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h22 std::vector<std::string> AlwaysInstrumentFiles; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp112 AlwaysInstrumentFiles.push_back(Filename); in XRayArgs()
210 for (const auto &Always : AlwaysInstrumentFiles) { in addArgs()