|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/APInt.h 69 class LLVM_NODISCARD APInt {
include/llvm/ADT/BitVector.h 73 class BitVector {
include/llvm/ADT/DenseMap.h 681 template <typename KeyT, typename ValueT,
include/llvm/ADT/DenseSet.h 30 struct DenseSetEmpty {};
include/llvm/ADT/SmallBitVector.h 34 class SmallBitVector {
include/llvm/ADT/StringRef.h 54 class StringRef {
include/llvm/Analysis/BlockFrequencyInfoImpl.h 182 struct BlockNode {
356 struct Weight {
include/llvm/Analysis/IVDescriptors.h 62 class RecurrenceDescriptor {
include/llvm/Analysis/LoopUnrollAnalyzer.h 42 struct SimplifiedAddress {
include/llvm/Analysis/MemoryDependenceAnalysis.h 49 class MemDepResult {
235 class NonLocalDepResult {
include/llvm/Analysis/ScalarEvolution.h 1268 class BackedgeTakenInfo {
1381 struct LoopProperties {
include/llvm/Analysis/ValueLattice.h 26 class ValueLatticeElement {
include/llvm/BinaryFormat/Wasm.h 158 struct WasmDataReference {
include/llvm/CodeGen/FunctionLoweringInfo.h 100 struct StatepointSpillMap {
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 44 enum LegalizeAction : std::uint8_t {
include/llvm/CodeGen/ISDOpcodes.h 38 enum NodeType {
include/llvm/CodeGen/MachineFrameInfo.h 110 enum SSPLayoutKind {
include/llvm/CodeGen/MachineTraceMetrics.h 241 struct InstrCycles {
include/llvm/CodeGen/Register.h 19 class Register {
include/llvm/CodeGen/SelectionDAG.h 273 struct CallSiteDbgInfo {
include/llvm/CodeGen/SelectionDAGNodes.h 123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h 83 class SlotIndex {
include/llvm/CodeGen/TargetInstrInfo.h 432 struct RegSubRegPair {
include/llvm/CodeGen/TargetPassConfig.h 52 class IdentifyingPassPtr {
include/llvm/CodeGen/ValueTypes.h 33 struct EVT {
include/llvm/DebugInfo/CodeView/TypeIndex.h 95 class TypeIndex {
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h 20 struct RelocAddrEntry {
include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h 33 class SegmentRequest {
include/llvm/ExecutionEngine/JITSymbol.h 56 class JITSymbolFlags {
190 class JITEvaluatedSymbol {
include/llvm/ExecutionEngine/Orc/Core.h 61 struct SymbolAliasMapEntry {
639 struct MaterializingInfo {
659 class SymbolTableEntry {
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h 168 struct EHFrameRange {
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h 50 struct WalkDirection {
include/llvm/IR/ConstantRange.h 47 class LLVM_NODISCARD ConstantRange {
include/llvm/IR/GlobalValue.h 47 enum LinkageTypes {
include/llvm/IR/TrackingMDRef.h 25 class TrackingMDRef {
include/llvm/IR/ValueHandle.h 181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/MC/LaneBitmask.h 39 struct LaneBitmask {
include/llvm/MC/MCCodeView.h 101 struct LineInfo {
include/llvm/Support/BlockFrequency.h 24 class BlockFrequency {
include/llvm/Support/BranchProbability.h 30 class BranchProbability {
include/llvm/Support/DebugCounter.h 168 struct CounterInfo {
include/llvm/Support/GenericDomTreeConstruction.h 61 struct InfoRec {
include/llvm/Support/JSON.h 280 class Value {
include/llvm/Support/Memory.h 32 class MemoryBlock {
include/llvm/TableGen/Record.h 1899 struct MappedValue {
include/llvm/Transforms/IPO/FunctionImport.h 166 enum class PrevailingType { Yes, No, Unknown };
include/llvm/Transforms/Instrumentation/AddressSanitizer.h 38 struct Entry {
include/llvm/Transforms/Instrumentation/InstrProfiling.h 50 struct PerFunctionProfileData {
include/llvm/Transforms/Scalar/GVN.h 170 struct LeaderTableEntry {
include/llvm/Transforms/Scalar/Reassociate.h 86 struct PairMapValue {
include/llvm/Transforms/Scalar/SCCP.h 42 struct AnalysisResultsForFn {
include/llvm/XRay/Profile.h 57 struct Data {
lib/Analysis/AliasAnalysisSummary.h 111 struct InterfaceValue {
lib/Analysis/CFLAndersAliasAnalysis.cpp 261 struct ValueSummary {
lib/Analysis/CFLGraph.h 73 class ValueInfo {
lib/Analysis/GlobalsModRef.cpp 61 class GlobalsAAResult::FunctionInfo {
lib/Analysis/MemorySSA.cpp 1283 struct MemlocStackInfo {
lib/Analysis/StratifiedSets.h 32 struct StratifiedInfo {
lib/Bitcode/Writer/ValueEnumerator.h 73 struct MDIndex {
lib/CodeGen/AsmPrinter/AddressPool.h 24 struct AddressPoolEntry {
lib/CodeGen/AsmPrinter/DwarfFile.h 84 struct ScopeVars {
lib/CodeGen/AsmPrinter/EHStreamer.h 43 struct PadRange {
lib/CodeGen/MIRPrinter.cpp 85 struct FrameIndexOperand {
lib/CodeGen/MachineBlockPlacement.cpp 320 struct BlockAndTailDupResult {
1146 struct TriangleChain {
lib/CodeGen/MachineCopyPropagation.cpp 77 struct CopyInfo {
lib/CodeGen/MachineModuleInfo.cpp 63 struct AddrLabelSymEntry {
lib/CodeGen/MachineVerifier.cpp 130 struct BBInfo {
lib/CodeGen/SafeStackColoring.h 41 struct BlockLifetimeInfo {
lib/CodeGen/StackColoring.cpp 387 struct BlockLifetimeInfo {
lib/ExecutionEngine/GDBRegistrationListener.cpp 65 struct RegisteredObjectInfo {
lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h 61 struct CIEInformation {
lib/ExecutionEngine/JITLink/JITLinkGeneric.h 43 struct SegmentLayout {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h 129 class NormalizedSection {
lib/IR/LLVMContextImpl.h 1175 class MDAttachmentMap {
1214 class MDGlobalAttachmentMap {
lib/Support/VirtualFileSystem.cpp 1178 struct KeyStatus {
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp 150 enum ElfMappingSymbol {
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h 97 struct AMDGPUFunctionArgInfo {
lib/Target/AMDGPU/AMDGPUAsmPrinter.h 42 struct SIFunctionResourceInfo {
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp 69 class RegSeqInfo {
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 197 struct MemAddress {
lib/Target/AMDGPU/SIMachineFunctionInfo.h 448 struct VGPRSpillToAGPR {
lib/Target/AMDGPU/SIWholeQuadMode.cpp 125 struct InstrInfo {
131 struct BlockInfo {
lib/Target/Hexagon/HexagonBitTracker.h 61 struct ExtType {
lib/Target/Hexagon/HexagonGenMux.cpp 91 struct CondsetInfo {
99 struct DefUseInfo {
lib/Target/Mips/MipsRegisterBankInfo.h 56 enum InstType {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp 1173 struct ValueRotInfo {
lib/Target/X86/X86CmovConversion.cpp 376 struct DepthInfo {
lib/Target/X86/X86PadShortFunction.cpp 35 struct VisitedBBInfo {
lib/Transforms/IPO/LowerTypeTests.cpp 404 struct TypeIdUserInfo {
1824 struct TIInfo {
1836 struct ExportedFunctionInfo {
lib/Transforms/IPO/SampleProfile.cpp 414 struct NotInlinedProfileInfo {
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 400 struct CachedCombinedShadow {
lib/Transforms/Instrumentation/GCOVProfiling.cpp 284 class GCOVBlock : public GCOVRecord {
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 183 class BBState {
lib/Transforms/ObjCARC/PtrState.h 56 struct RRInfo {
lib/Transforms/Scalar/ADCE.cpp 76 struct InstInfoType {
lib/Transforms/Scalar/IndVarSimplify.cpp 989 enum ExtendKind { ZeroExtended, SignExtended, Unknown };
lib/Transforms/Scalar/LoopStrengthReduce.cpp 208 class RegSortData {
lib/Transforms/Scalar/NewGVN.cpp 601 enum MemoryPhiState { MPS_Invalid, MPS_TOP, MPS_Equivalent, MPS_Unique };
604 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle };
lib/Transforms/Scalar/SCCP.cpp 79 class LatticeVal {
lib/Transforms/Scalar/TailRecursionElimination.cpp 211 enum VisitType {
lib/Transforms/Utils/BypassSlowDivision.cpp 46 struct QuotRemPair {
tools/clang/include/clang/AST/ASTContext.h 148 struct TypeInfo {
164 struct BlockVarCopyInit {
tools/clang/include/clang/AST/ASTImporter.h 50 class ImportError : public llvm::ErrorInfo<ImportError> {
tools/clang/include/clang/AST/CharUnits.h 38 class CharUnits {
tools/clang/include/clang/AST/ComparisonCategories.h 67 class ComparisonCategoryInfo {
tools/clang/include/clang/AST/RecordLayout.h 40 struct VBaseInfo {
tools/clang/include/clang/AST/Type.h 643 class QualType {
tools/clang/include/clang/AST/VTableBuilder.h 235 struct AddressPointLocation {
474 struct MethodVFTableLocation {
tools/clang/include/clang/Analysis/Analyses/Consumed.h 43 enum ConsumedState {
tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h 79 class FunctionParmMutationAnalyzer {
tools/clang/include/clang/Analysis/Analyses/LiveVariables.h 30 class LivenessValues {
tools/clang/include/clang/Basic/ABI.h 178 struct ThunkInfo {
tools/clang/include/clang/Basic/DiagnosticIDs.h 98 class DiagnosticMapping {
tools/clang/include/clang/Basic/SourceLocation.h 38 class FileID {
86 class SourceLocation {
196 class SourceRange {
234 class CharSourceRange {
tools/clang/include/clang/Basic/SourceManager.h 508 class InBeforeInTUCacheEntry {
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h 277 class UnparsedFileStatus {
tools/clang/include/clang/Lex/ModuleMap.h 245 struct InferredDirectory {
tools/clang/include/clang/Lex/Preprocessor.h 578 class MacroState {
tools/clang/include/clang/Sema/AnalysisBasedWarnings.h 50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
tools/clang/include/clang/Sema/Sema.h 234 struct FileNullability {
10746 struct FunctionDeclAndLoc {
11423 struct TypeTagData {
tools/clang/include/clang/Serialization/ASTBitCodes.h 88 class TypeIdx {
tools/clang/include/clang/Serialization/ASTReader.h 527 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
554 struct FileDeclsInfo {
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h 91 enum class TrackingKind {
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h 654 struct EventInfo {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h 38 class ConditionTruthVal {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h 34 class FunctionSummary {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 75 class SVal {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h 549 enum SymbolStatus {
tools/clang/include/clang/Tooling/Syntax/Tokens.h 276 struct MarkedFile {
tools/clang/lib/ARCMigrate/TransProperties.cpp 50 enum PropActionKind {
tools/clang/lib/AST/ExprConstant.cpp 672 enum class ConstructionPhase {
tools/clang/lib/AST/Interp/Function.h 35 struct Local {
tools/clang/lib/AST/VTableBuilder.cpp 64 struct OverriderInfo {
442 struct VCallOffsetMap {
827 struct MethodInfo {
2403 struct MethodInfo {
tools/clang/lib/Analysis/CFG.cpp 373 struct BlockScopePosPair {
386 class TryResult {
tools/clang/lib/Analysis/Consumed.cpp 293 class PropagationInfo {
tools/clang/lib/Analysis/UninitializedValues.cpp 328 enum Class {
tools/clang/lib/CodeGen/Address.h 24 class Address {
tools/clang/lib/CodeGen/CGBlocks.h 143 class BlockByrefInfo {
160 class Capture {
tools/clang/lib/CodeGen/CGOpenCLRuntime.h 43 struct EnqueuedBlockInfo {
tools/clang/lib/CodeGen/CGOpenMPRuntime.h 339 struct DebugLocThreadIdTy {
516 class OffloadEntryInfoTargetRegion final : public OffloadEntryInfo {
tools/clang/lib/CodeGen/CGRecordLayout.h 65 struct CGBitFieldInfo {
tools/clang/lib/CodeGen/CGValue.h 38 class RValue {
166 class LValue {
tools/clang/lib/CodeGen/CodeGenFunction.h 234 struct JumpDest {
tools/clang/lib/CodeGen/EHScopeStack.h 106 class stable_iterator {
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 37 struct VBTableGlobals {
779 struct GuardInfo {
tools/clang/lib/Sema/SemaCodeComplete.cpp 74 class ShadowMapEntry {
tools/clang/lib/Sema/SemaOpenMP.cpp 94 struct MappedExprComponentTy {
tools/clang/lib/Serialization/ASTReaderInternals.h 119 struct DeclContextLookupTable {
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp 29 struct ReachedStat {
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp 64 struct InvalidationInfo {
tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp 29 enum IVarState { Unused, Used };
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.h 71 struct NamingCheckFailure {
tools/clang/tools/extra/clangd/index/Symbol.h 36 struct Symbol {
177 class SymbolSlab {
tools/clang/tools/extra/clangd/index/SymbolID.h 31 class SymbolID {
tools/clang/tools/extra/clangd/index/dex/PostingList.h 59 class PostingList {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp 357 struct DeclInformation {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 1768 class RuleOrAggregateRuleSet {
tools/clang/utils/TableGen/NeonEmitter.cpp 70 enum ClassKind {
tools/dsymutil/BinaryHolder.h 54 class ObjectEntry : public EntryBase {
tools/lld/ELF/Writer.cpp 1208 struct SymbolOrderEntry {
tools/lld/include/lld/Common/DWARF.h 37 struct VarLoc {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 1000 struct CIEInfo {
tools/lldb/include/lldb/Core/FileSpecList.h 26 class FileSpecList {
tools/lldb/include/lldb/Core/ModuleSpec.h 26 class ModuleSpec {
tools/lldb/include/lldb/Host/MainLoop.h 92 struct SignalInfo {
tools/lldb/include/lldb/Symbol/ClangASTImporter.h 86 struct LayoutInfo {
tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h 44 class ClangASTMetadata {
tools/lldb/include/lldb/Symbol/Symbol.h 20 class Symbol : public SymbolContextScope {
tools/lldb/include/lldb/Utility/ConstString.h 39 class ConstString {
tools/lldb/include/lldb/Utility/RegisterValue.h 27 class RegisterValue {
tools/lldb/include/lldb/Utility/SelectHelper.h 53 struct FDInfo {
tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h 55 class UniqueDWARFASTTypeList {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h 43 struct DeclStatus {
tools/lldb/tools/lldb-vscode/SourceBreakpoint.h 17 struct SourceBreakpoint : public BreakpointBase {
tools/lldb/tools/lldb-vscode/SourceReference.h 18 struct SourceReference {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h 50 class ThreadInfo {
tools/llvm-mca/Views/BottleneckAnalysis.h 122 struct InstructionPressureInfo {
tools/llvm-pdbutil/DumpOutputStyle.h 40 struct Stat {
tools/llvm-pdbutil/StreamUtil.cpp 61 struct IndexedModuleDescriptor {
tools/llvm-xray/xray-graph-diff.h 37 struct EdgeAttribute {
41 struct VertexAttribute {
tools/llvm-xray/xray-graph.h 60 struct CallStats {
69 struct FunctionStats {
tools/polly/include/polly/ScopDetection.h 120 struct DetectionContext {
tools/polly/lib/Analysis/ScopDetection.cpp 1714 enum Color { WHITE, GREY, BLACK };
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 1053 class id {
1219 class map {
2626 class set {
unittests/ADT/DenseMapTest.cpp 34 class CtorTester {
334 struct CountCopyAndMove {
unittests/XRay/GraphTest.cpp 19 struct VAttr {
22 struct EAttr {