Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DXRayArgs.h28 XRayInstrSet InstrumentationBundle;
43 XRayInstrSet instrumentationBundle() const { return InstrumentationBundle; } in instrumentationBundle()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DXRayInstr.h46 struct XRayInstrSet { struct
H A DCodeGenOptions.h287 XRayInstrSet XRayInstrumentationBundle;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp563 XRayInstrSet &S) { in parseXRayInstrumentationBundle()