Home
last modified time | relevance | path

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

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