Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DXRayArgs.h27 XRayInstrSet InstrumentationBundle;
46 XRayInstrSet instrumentationBundle() const { return InstrumentationBundle; } in instrumentationBundle()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DXRayInstr.h47 struct XRayInstrSet { struct
72 void serializeXRayInstrValue(XRayInstrSet Set, argument
H A DCodeGenOptions.h369 XRayInstrSet XRayInstrumentationBundle;
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1272 XRayInstrSet &S) { in parseXRayInstrumentationBundle()
1289 static std::string serializeXRayInstrumentationBundle(const XRayInstrSet &S) { in serializeXRayInstrumentationBundle()