clang
8.0.0
|
Enumerations | |
enum | XRayInstrOrdinal : XRayInstrMask { XRIO_Function, XRIO_Custom, XRIO_Typed, XRIO_Count } |
Variables | |
constexpr XRayInstrMask | None = 0 |
constexpr XRayInstrMask | Function = 1U << XRIO_Function |
constexpr XRayInstrMask | Custom = 1U << XRIO_Custom |
constexpr XRayInstrMask | Typed = 1U << XRIO_Typed |
constexpr XRayInstrMask | All = Function | Custom | Typed |
Enumerator | |
---|---|
XRIO_Function | |
XRIO_Custom | |
XRIO_Typed | |
XRIO_Count |
Definition at line 31 of file XRayInstr.h.
constexpr XRayInstrMask clang::XRayInstrKind::All = Function | Custom | Typed |
Definition at line 42 of file XRayInstr.h.
Referenced by clang::XRayInstrSet::full(), and clang::parseXRayInstrValue().
constexpr XRayInstrMask clang::XRayInstrKind::Custom = 1U << XRIO_Custom |
Definition at line 40 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::CodeGen::CodeGenFunction::AlwaysEmitXRayCustomEvents(), and clang::parseXRayInstrValue().
constexpr XRayInstrMask clang::XRayInstrKind::Function = 1U << XRIO_Function |
Definition at line 39 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::CodeGen::CodeGenModule::AddDeferredUnusedCoverageMapping(), clang::Sema::BuildDeclarationNameExpr(), CheckConstexprDeclStmt(), clang::FunctionDecl::Create(), clang::FunctionDecl::CreateDeserialized(), clang::CodeGen::CodeGenFunction::EmitDecl(), clang::CodeGen::CodeGenModule::EmitDeferredUnusedCoverageMappings(), clang::CodeGen::CodeGenModule::EmitTopLevelDecl(), clang::comments::DeclInfo::fill(), getAsPointeeSymbol(), clang::getCursorKindForDecl(), clang::serialization::getDefinitiveDeclContext(), GetEnclosingDeclContextSignature(), clang::serialization::isRedeclarableDeclKind(), clang::parseXRayInstrValue(), clang::CodeGen::CodeGenFunction::StartFunction(), and clang::InitializationSequence::steps().
constexpr XRayInstrMask clang::XRayInstrKind::None = 0 |
Definition at line 38 of file XRayInstr.h.
Referenced by clang::ASTUnit::getCodeCompletionTUInfo(), clang::driver::toolchains::FreeBSD::GetExceptionModel(), clang::driver::toolchains::NetBSD::GetExceptionModel(), clang::driver::toolchains::MachO::GetExceptionModel(), clang::driver::ToolChain::GetExceptionModel(), clang::driver::toolchains::Darwin::GetExceptionModel(), getOptimizationLevel(), clang::parseXRayInstrValue(), and clang::CodeGen::CGDebugInfo::remapDIPath().
constexpr XRayInstrMask clang::XRayInstrKind::Typed = 1U << XRIO_Typed |
Definition at line 41 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::CodeGen::CodeGenFunction::AlwaysEmitXRayTypedEvents(), and clang::parseXRayInstrValue().