|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
gen/lib/Target/AArch64/AArch64GenAsmMatcher.inc12670 struct LessOpcode {
27613 struct LessOpcodeOperand {
gen/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc11063 struct LessOpcode {
24142 struct LessOpcodeOperand {
gen/lib/Target/ARM/ARMGenAsmMatcher.inc10188 struct LessOpcode {
15331 struct LessOpcodeOperand {
gen/lib/Target/AVR/AVRGenAsmMatcher.inc 1109 struct LessOpcode {
1466 struct LessOpcodeOperand {
gen/lib/Target/BPF/BPFGenAsmMatcher.inc 754 struct LessOpcode {
gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc 7565 struct LessOpcode {
gen/lib/Target/Lanai/LanaiGenAsmMatcher.inc 924 struct LessOpcode {
1250 struct LessOpcodeOperand {
gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc 695 struct LessOpcode {
gen/lib/Target/Mips/MipsGenAsmMatcher.inc 5400 struct LessOpcode {
8284 struct LessOpcodeOperand {
gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc 4453 struct LessOpcode {
gen/lib/Target/RISCV/RISCVGenAsmMatcher.inc 1904 struct LessOpcode {
2602 struct LessOpcodeOperand {
gen/lib/Target/Sparc/SparcGenAsmMatcher.inc 2466 struct LessOpcode {
4346 struct LessOpcodeOperand {
gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc 2761 struct LessOpcode {
5541 struct LessOpcodeOperand {
gen/lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc 559 struct LessOpcode {
gen/lib/Target/X86/X86GenAsmMatcher.inc 7950 struct LessOpcode {
gen/lib/Target/X86/X86GenRegisterInfo.inc 19 enum {
gen/tools/clang/include/clang/AST/Attrs.inc 271 enum InterruptType {
2242 enum BlockType {
3101 enum ConsumedState {
3750 enum ConsumedState {
4263 enum DiagnosticType {
4565 enum Kind {
6003 enum OptionType {
6021 enum LoopHintState {
6919 enum InterruptType {
8320 enum AllocatorTypeTy {
8510 enum BranchStateTy {
8737 enum MapTypeTy {
8745 enum DevTypeTy {
8875 enum CtxSelectorSetType {
8883 enum ScoreType {
8891 enum CtxSelectorType {
10003 enum FamilyKind {
11284 enum ConsumedState {
11471 enum PCSType {
12189 enum InterruptType {
12688 enum ConsumedState {
13106 enum ConsumedState {
13809 enum ConsumedState {
14324 enum VisibilityType {
14887 enum VisibilityType {
include/llvm/ADT/APFloat.h 241 class IEEEFloat final : public APFloatBase {
589 class DoubleAPFloat final : public APFloatBase {
689 class APFloat : public APFloatBase {
695 union Storage {
include/llvm/ADT/APInt.h 69 class LLVM_NODISCARD APInt {
include/llvm/ADT/APSInt.h 21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/Any.h 26 class Any {
include/llvm/ADT/BitVector.h 73 class BitVector {
include/llvm/ADT/CachedHashString.h 29 class CachedHashStringRef {
72 class CachedHashString {
include/llvm/ADT/DenseMap.h 867 struct LargeRep {
include/llvm/ADT/DenseSet.h 30 struct DenseSetEmpty {};
105 class Iterator {
131 class ConstIterator {
include/llvm/ADT/EquivalenceClasses.h 69 class ECValue {
251 class member_iterator : public std::iterator<std::forward_iterator_tag,
include/llvm/ADT/FoldingSet.h 305 class FoldingSetNodeID {
include/llvm/ADT/Hashing.h 71 class hash_code {
include/llvm/ADT/IntervalMap.h 490 class NodeRef {
773 struct Entry {
include/llvm/ADT/None.h 22 enum class NoneType { None = 1 };
include/llvm/ADT/SCCIterator.h 51 struct StackElement {
include/llvm/ADT/STLExtras.h 961 struct less_first {
969 struct less_second {
include/llvm/ADT/SmallBitVector.h 34 class SmallBitVector {
include/llvm/ADT/SmallPtrSet.h 49 class SmallPtrSetImplBase : public DebugEpochBase {
include/llvm/ADT/StringRef.h 54 class StringRef {
858 class StringLiteral : public StringRef {
include/llvm/ADT/Triple.h 43 class Triple {
45 enum ArchType {
100 enum SubArchType {
133 enum VendorType {
154 enum OSType {
194 enum EnvironmentType {
221 enum ObjectFormatType {
include/llvm/Analysis/AliasAnalysis.h 78 enum AliasResult : uint8_t {
102 enum class ModRefInfo : uint8_t {
311 class AAResults {
1104 class AAManager : public AnalysisInfoMixin<AAManager> {
include/llvm/Analysis/AliasAnalysisEvaluator.h 33 class AAEvaluator : public PassInfoMixin<AAEvaluator> {
include/llvm/Analysis/AliasSetTracker.h 331 class ASTCallbackVH final : public CallbackVH {
include/llvm/Analysis/AssumptionCache.h 41 class AssumptionCache {
51 class AffectedValueCallbackVH final : public CallbackVH {
154 class AssumptionAnalysis : public AnalysisInfoMixin<AssumptionAnalysis> {
168 class AssumptionPrinterPass : public PassInfoMixin<AssumptionPrinterPass> {
188 class FunctionCallbackVH final : public CallbackVH {
include/llvm/Analysis/BasicAliasAnalysis.h 54 class BasicAAResult : public AAResultBase<BasicAAResult> {
110 struct VariableGEPIndex {
222 class BasicAA : public AnalysisInfoMixin<BasicAA> {
include/llvm/Analysis/BlockFrequencyInfo.h 37 class BlockFrequencyInfo {
109 class BlockFrequencyAnalysis
124 class BlockFrequencyPrinterPass
include/llvm/Analysis/BlockFrequencyInfoImpl.h 182 struct BlockNode {
356 struct Weight {
include/llvm/Analysis/BranchProbabilityInfo.h 52 class BranchProbabilityInfo {
151 class BasicBlockCallbackVH final : public CallbackVH {
204 class BranchProbabilityAnalysis
219 class BranchProbabilityPrinterPass
include/llvm/Analysis/CFGPrinter.h 29 class CFGViewerPass
35 class CFGOnlyViewerPass
41 class CFGPrinterPass
47 class CFGOnlyPrinterPass
include/llvm/Analysis/CFLAndersAliasAnalysis.h 38 class CFLAndersAAResult : public AAResultBase<CFLAndersAAResult> {
94 class CFLAndersAA : public AnalysisInfoMixin<CFLAndersAA> {
include/llvm/Analysis/CFLSteensAliasAnalysis.h 39 class CFLSteensAAResult : public AAResultBase<CFLSteensAAResult> {
111 class CFLSteensAA : public AnalysisInfoMixin<CFLSteensAA> {
include/llvm/Analysis/CGSCCPassManager.h 173 template <> class CGSCCAnalysisManagerModuleProxy::Result {
379 class FunctionAnalysisManagerCGSCCProxy
382 class Result {
576 struct CallCount {
include/llvm/Analysis/CallGraph.h 73 class CallGraph {
292 class CallGraphAnalysis : public AnalysisInfoMixin<CallGraphAnalysis> {
308 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
include/llvm/Analysis/DDG.h 38 class DDGNode : public DDGNodeBase {
86 class RootDDGNode : public DDGNode {
101 class SimpleDDGNode : public DDGNode {
163 class DDGEdge : public DDGEdgeBase {
242 class DataDependenceGraph : public DDGBase, public DDGInfo {
320 class DDGAnalysis : public AnalysisInfoMixin<DDGAnalysis> {
331 class DDGAnalysisPrinterPass : public PassInfoMixin<DDGAnalysisPrinterPass> {
include/llvm/Analysis/DemandedBits.h 40 class DemandedBits {
106 class DemandedBitsAnalysis : public AnalysisInfoMixin<DemandedBitsAnalysis> {
121 class DemandedBitsPrinterPass : public PassInfoMixin<DemandedBitsPrinterPass> {
include/llvm/Analysis/DependenceAnalysis.h 214 class FullDependence final : public Dependence {
271 class DependenceInfo {
932 class DependenceAnalysis : public AnalysisInfoMixin<DependenceAnalysis> {
943 struct DependenceAnalysisPrinterPass
include/llvm/Analysis/DomTreeUpdater.h 244 class CallBackOnDeletion final : public CallbackVH {
include/llvm/Analysis/DominanceFrontier.h 142 class DominanceFrontier : public ForwardDominanceFrontierBase<BasicBlock> {
183 class DominanceFrontierAnalysis
198 class DominanceFrontierPrinterPass
include/llvm/Analysis/EHPersonalities.h 22 enum class EHPersonality {
include/llvm/Analysis/GlobalsModRef.h 31 class GlobalsAAResult : public AAResultBase<GlobalsAAResult> {
126 class GlobalsAA : public AnalysisInfoMixin<GlobalsAA> {
include/llvm/Analysis/IVDescriptors.h 62 class RecurrenceDescriptor {
include/llvm/Analysis/IVUsers.h 93 class IVUsers {
188 class IVUsersAnalysis : public AnalysisInfoMixin<IVUsersAnalysis> {
include/llvm/Analysis/InlineCost.h 63 class InlineCost {
153 struct InlineParams {
include/llvm/Analysis/LazyCallGraph.h 112 class LazyCallGraph {
135 class Edge {
186 class EdgeSequence {
227 class call_iterator
886 class postorder_ref_scc_iterator
1257 class LazyCallGraphAnalysis : public AnalysisInfoMixin<LazyCallGraphAnalysis> {
1283 class LazyCallGraphPrinterPass
1296 class LazyCallGraphDOTPrinterPass
include/llvm/Analysis/LazyValueInfo.h 31 class LazyValueInfo {
131 class LazyValueAnalysis : public AnalysisInfoMixin<LazyValueAnalysis> {
include/llvm/Analysis/LoopAccessAnalysis.h 386 struct CheckingPtrGroup {
516 class LoopAccessInfo {
767 class LoopAccessAnalysis
include/llvm/Analysis/LoopAnalysisManager.h 86 template <> class LoopAnalysisManagerFunctionProxy::Result {
include/llvm/Analysis/LoopCacheAnalysis.h 269 class LoopCachePrinterPass : public PassInfoMixin<LoopCachePrinterPass> {
include/llvm/Analysis/LoopInfo.h 614 struct LoopBounds {
1038 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
1183 class LoopAnalysis : public AnalysisInfoMixin<LoopAnalysis> {
1194 class LoopPrinterPass : public PassInfoMixin<LoopPrinterPass> {
1203 struct LoopVerifierPass : public PassInfoMixin<LoopVerifierPass> {
include/llvm/Analysis/LoopIterator.h 45 class WrappedSuccIterator
include/llvm/Analysis/LoopUnrollAnalyzer.h 42 struct SimplifiedAddress {
include/llvm/Analysis/MemoryDependenceAnalysis.h 49 class MemDepResult {
210 class NonLocalDepEntry {
235 class NonLocalDepResult {
276 class MemoryDependenceResults {
297 struct NonLocalPointerInfo {
511 class MemoryDependenceAnalysis
include/llvm/Analysis/MemoryLocation.h 60 class LocationSize {
174 class MemoryLocation {
include/llvm/Analysis/MemorySSA.h 926 class MemorySSAAnalysis : public AnalysisInfoMixin<MemorySSAAnalysis> {
935 struct Result {
950 class MemorySSAPrinterPass : public PassInfoMixin<MemorySSAPrinterPass> {
960 struct MemorySSAVerifierPass : PassInfoMixin<MemorySSAVerifierPass> {
1179 class upward_defs_iterator
include/llvm/Analysis/MemorySSAUpdater.h 70 class MemorySSAUpdater {
include/llvm/Analysis/ModuleSummaryAnalysis.h 41 class ModuleSummaryIndexAnalysis
include/llvm/Analysis/MustExecute.h 266 struct MustBeExecutedIterator {
include/llvm/Analysis/ObjCARCAliasAnalysis.h 37 class ObjCARCAAResult : public AAResultBase<ObjCARCAAResult> {
include/llvm/Analysis/OptimizationRemarkEmitter.h 37 class OptimizationRemarkEmitter {
154 class OptimizationRemarkEmitterAnalysis
include/llvm/Analysis/PhiValues.h 42 class PhiValues {
93 class PhiValuesCallbackVH final : public CallbackVH {
118 class PhiValuesAnalysis : public AnalysisInfoMixin<PhiValuesAnalysis> {
132 class PhiValuesPrinterPass : public PassInfoMixin<PhiValuesPrinterPass> {
include/llvm/Analysis/PostDominators.h 28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
40 class PostDominatorTreeAnalysis
56 class PostDominatorTreePrinterPass
include/llvm/Analysis/ProfileSummaryInfo.h 43 class ProfileSummaryInfo {
177 class ProfileSummaryAnalysis
190 class ProfileSummaryPrinterPass
include/llvm/Analysis/PtrUseVisitor.h 130 struct UseToVisit {
include/llvm/Analysis/RegionInfo.h 904 class RegionInfo : public RegionInfoBase<RegionTraits<Function>> {
971 class RegionInfoAnalysis : public AnalysisInfoMixin<RegionInfoAnalysis> {
983 class RegionInfoPrinterPass : public PassInfoMixin<RegionInfoPrinterPass> {
993 struct RegionInfoVerifierPass : PassInfoMixin<RegionInfoVerifierPass> {
include/llvm/Analysis/ScalarEvolution.h 326 enum IncrementWrapFlags {
397 class SCEVUnionPredicate final : public SCEVPredicate {
441 class ScalarEvolution {
1093 class SCEVCallbackVH final : public CallbackVH {
1199 struct ExitLimit {
1247 struct ExitNotTakenInfo {
1268 class BackedgeTakenInfo {
1381 struct LoopProperties {
1913 class ScalarEvolutionAnalysis
1926 class ScalarEvolutionPrinterPass
include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h 26 class SCEVAAResult : public AAResultBase<SCEVAAResult> {
41 class SCEVAA : public AnalysisInfoMixin<SCEVAA> {
include/llvm/Analysis/ScopedNoAliasAA.h 30 class ScopedNoAliasAAResult : public AAResultBase<ScopedNoAliasAAResult> {
54 class ScopedNoAliasAA : public AnalysisInfoMixin<ScopedNoAliasAA> {
include/llvm/Analysis/StackSafetyAnalysis.h 22 class StackSafetyInfo {
41 class StackSafetyAnalysis : public AnalysisInfoMixin<StackSafetyAnalysis> {
51 class StackSafetyPrinterPass : public PassInfoMixin<StackSafetyPrinterPass> {
79 class StackSafetyGlobalAnalysis
90 class StackSafetyGlobalPrinterPass
include/llvm/Analysis/TargetLibraryInfo.h 27 struct VecDesc {
47 class TargetLibraryInfoImpl {
207 class TargetLibraryInfo {
346 class TargetLibraryAnalysis : public AnalysisInfoMixin<TargetLibraryAnalysis> {
include/llvm/Analysis/TargetTransformInfo.h 108 class TargetTransformInfo {
765 enum ShuffleKind {
1870 class TargetIRAnalysis : public AnalysisInfoMixin<TargetIRAnalysis> {
include/llvm/Analysis/TypeBasedAliasAnalysis.h 31 class TypeBasedAAResult : public AAResultBase<TypeBasedAAResult> {
60 class TypeBasedAA : public AnalysisInfoMixin<TypeBasedAA> {
include/llvm/Analysis/ValueLattice.h 26 class ValueLatticeElement {
include/llvm/Analysis/VectorUtils.h 24 enum class VFParamKind {
43 enum class VFISAKind {
59 struct VFParameter {
92 struct VFInfo {
include/llvm/BinaryFormat/COFF.h 93 enum MachineTypes : unsigned {
405 enum COMDATType : uint8_t {
416 struct AuxiliaryFunctionDefinition {
424 struct AuxiliarybfAndefSymbol {
432 struct AuxiliaryWeakExternal {
444 struct AuxiliarySectionDefinition {
454 struct AuxiliaryCLRToken {
575 struct DataDirectory {
600 enum WindowsSubsystem : unsigned {
include/llvm/BinaryFormat/Dwarf.h 82 enum Tag : uint16_t {
109 enum Form : uint16_t {
include/llvm/BinaryFormat/MachO.h 501 struct mach_header {
511 struct mach_header_64 {
522 struct load_command {
527 struct segment_command {
541 struct segment_command_64 {
555 struct section {
569 struct section_64 {
609 struct dylib_command {
648 struct dylinker_command {
654 struct thread_command {
685 struct symtab_command {
694 struct dysymtab_command {
759 struct twolevel_hints_command {
784 struct rpath_command {
790 struct linkedit_data_command {
834 struct note_command {
847 struct build_version_command {
857 struct dyld_info_command {
872 struct linker_option_command {
992 struct nlist_64 {
1440 enum CPUSubTypeX86 {
include/llvm/BinaryFormat/Minidump.h 50 enum class StreamType : uint32_t {
include/llvm/BinaryFormat/MsgPackDocument.h 38 class DocNode {
include/llvm/BinaryFormat/Wasm.h 57 struct WasmExport {
63 struct WasmLimits {
69 struct WasmTable {
158 struct WasmDataReference {
191 struct WasmFunctionName {
345 enum class ValType {
354 struct WasmSignature {
include/llvm/Bitcode/BitcodeAnalyzer.h 28 enum CurStreamTypeType {
include/llvm/Bitcode/BitcodeReader.h 50 struct BitcodeLTOInfo {
57 class BitcodeModule {
118 struct BitcodeFileContents {
include/llvm/Bitcode/BitcodeWriterPass.h 50 class BitcodeWriterPass : public PassInfoMixin<BitcodeWriterPass> {
include/llvm/Bitstream/BitstreamReader.h 37 class BitstreamBlockInfo {
306 struct BitstreamEntry {
339 class BitstreamCursor : SimpleBitstreamCursor {
347 struct Block {
include/llvm/CodeGen/AsmPrinter.h 145 struct HandlerInfo {
include/llvm/CodeGen/BasicTTIImpl.h 1719 class BasicTTIImpl : public BasicTTIImplBase<BasicTTIImpl> {
include/llvm/CodeGen/CallingConvLower.h 33 class CCValAssign {
include/llvm/CodeGen/DIE.h 49 class DIEAbbrevData {
79 class DIEAbbrev : public FoldingSetNode {
562 class iterator
584 class const_iterator
648 class value_iterator
665 class const_value_iterator : public iterator_adaptor_base<
include/llvm/CodeGen/DbgEntityHistoryCalculator.h 53 class Entry {
include/llvm/CodeGen/DebugHandlerBase.h 31 struct DbgVariableLocation {
include/llvm/CodeGen/DwarfStringPoolEntry.h 20 struct DwarfStringPoolEntry {
31 class DwarfStringPoolEntryRef {
include/llvm/CodeGen/FunctionLoweringInfo.h 100 struct StatepointSpillMap {
include/llvm/CodeGen/GCMetadata.h 66 struct GCRoot {
include/llvm/CodeGen/GlobalISel/CallLowering.h 46 struct ArgInfo {
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 44 enum LegalizeAction : std::uint8_t {
169 struct TypePairAndMemDesc {
include/llvm/CodeGen/GlobalISel/RegBankSelect.h 313 class RepairingPlacement {
include/llvm/CodeGen/GlobalISel/Utils.h 117 struct ValueAndVReg {
include/llvm/CodeGen/ISDOpcodes.h 38 enum NodeType {
include/llvm/CodeGen/LiveInterval.h 161 struct Segment {
include/llvm/CodeGen/LoopTraversal.h 87 struct TraversedMBBInfo {
include/llvm/CodeGen/MIRYamlMapping.h 63 struct FlowStringValue : StringValue {
353 struct CallSiteInfo {
include/llvm/CodeGen/MachineBasicBlock.h 71 struct RegisterMaskPair {
include/llvm/CodeGen/MachineConstantPool.h 66 class MachineConstantPoolEntry {
include/llvm/CodeGen/MachineFrameInfo.h 33 class CalleeSavedInfo {
110 enum SSPLayoutKind {
123 struct StackObject {
include/llvm/CodeGen/MachineFunction.h 211 struct LandingPadInfo {
386 struct ArgRegPair {
include/llvm/CodeGen/MachineInstrBuilder.h 60 class MachineInstrBuilder {
include/llvm/CodeGen/MachineJumpTableInfo.h 34 struct MachineJumpTableEntry {
include/llvm/CodeGen/MachineMemOperand.h 129 enum Flags : uint16_t {
include/llvm/CodeGen/MachineOperand.h 50 class MachineOperand {
include/llvm/CodeGen/MachineOutliner.h 37 struct Candidate {
163 struct OutlinedFunction {
include/llvm/CodeGen/MachinePipeliner.h 316 class NodeSet {
include/llvm/CodeGen/MachineTraceMetrics.h 141 struct LiveInReg {
241 struct InstrCycles {
include/llvm/CodeGen/PBQP/Graph.h 62 class NodeEntry {
101 class EdgeEntry {
include/llvm/CodeGen/PBQP/Math.h 25 class Vector {
121 class Matrix {
include/llvm/CodeGen/PreISelIntrinsicLowering.h 22 struct PreISelIntrinsicLoweringPass
include/llvm/CodeGen/RegAllocPBQP.h 92 class AllowedRegVector {
130 class GraphMetadata {
477 class SpillCostComparator {
include/llvm/CodeGen/Register.h 19 class Register {
include/llvm/CodeGen/RegisterPressure.h 39 struct RegisterMaskPair {
103 class PressureChange {
include/llvm/CodeGen/ScheduleDAG.h 49 class SDep {
include/llvm/CodeGen/SelectionDAG.h 273 struct CallSiteDbgInfo {
include/llvm/CodeGen/SelectionDAGNodes.h 123 class SDValue {
774 class use_iterator
963 struct value_op_iterator
include/llvm/CodeGen/SlotIndexes.h 83 class SlotIndex {
include/llvm/CodeGen/StackMaps.h 195 struct Location {
214 struct LiveOutReg {
include/llvm/CodeGen/SwitchLoweringUtils.h 36 struct CaseCluster {
86 struct CaseBits {
103 struct CaseBlock {
159 struct JumpTable {
174 struct JumpTableHeader {
189 struct BitTestCase {
include/llvm/CodeGen/TargetCallingConv.h 27 struct ArgFlagsTy {
195 struct OutputArg {
include/llvm/CodeGen/TargetInstrInfo.h 432 struct RegSubRegPair {
include/llvm/CodeGen/TargetLowering.h 176 class ArgListEntry {
include/llvm/CodeGen/TargetPassConfig.h 52 class IdentifyingPassPtr {
include/llvm/CodeGen/UnreachableBlockElim.h 29 class UnreachableBlockElimPass
include/llvm/CodeGen/ValueTypes.h 33 struct EVT {
include/llvm/CodeGen/WinEHFuncInfo.h 60 struct WinEHHandlerType {
include/llvm/DebugInfo/CodeView/CodeView.h 33 enum TypeLeafKind : uint16_t {
47 enum SymbolKind : uint16_t {
383 enum class VFTableSlotKind : uint8_t {
569 struct FrameData {
include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h 49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h 20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h 54 class DebugSubsectionRecordBuilder {
include/llvm/DebugInfo/CodeView/SymbolRecord.h 168 struct BinaryAnnotationIterator
354 class PublicSym32 : public SymbolRecord {
638 class ObjNameSym : public SymbolRecord {
721 class Compile3Sym : public SymbolRecord {
857 class UDTSym : public SymbolRecord {
include/llvm/DebugInfo/CodeView/TypeHashing.h 32 struct LocallyHashedType {
77 struct GloballyHashedType {
include/llvm/DebugInfo/CodeView/TypeIndex.h 95 class TypeIndex {
272 struct TypeIndexOffset {
include/llvm/DebugInfo/CodeView/TypeRecord.h 106 class MemberPointerInfo {
135 class ModifierRecord : public TypeRecord {
151 class ProcedureRecord : public TypeRecord {
176 class MemberFunctionRecord : public TypeRecord {
269 class PointerRecord : public TypeRecord {
401 class ArrayRecord : public TypeRecord {
470 class ClassRecord : public TagRecord {
503 struct UnionRecord : public TagRecord {
524 class EnumRecord : public TagRecord {
558 class VFTableShapeRecord : public TypeRecord {
580 class TypeServer2Record : public TypeRecord {
725 class OneMethodRecord : public TypeRecord {
835 class EnumeratorRecord : public TypeRecord {
934 class PrecompRecord : public TypeRecord {
include/llvm/DebugInfo/DIContext.h 30 struct DILineInfo {
81 class DIInliningInfo {
111 struct DIGlobal {
171 struct DIDumpOptions {
include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h 27 class DWARFAbbreviationDeclaration {
29 struct AttributeSpec {
150 struct FixedSizeInfo {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h 143 class ValueIterator : public std::iterator<std::input_iterator_tag, Entry> {
253 struct AttributeEncoding {
267 struct Abbrev {
280 class Entry final : public DWARFAcceleratorTable::Entry {
385 class NameIndex {
470 class ValueIterator : public std::iterator<std::input_iterator_tag, Entry> {
include/llvm/DebugInfo/DWARF/DWARFAddressRange.h 21 struct DWARFAddressRange {
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h 22 class DWARFAbbreviationDeclarationSet {
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h 61 struct RangeEndpoint {
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h 41 struct Instruction {
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h 34 struct FileNameEntry {
145 struct Row {
206 struct Sequence {
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h 27 struct Entry {
37 struct LocationList {
79 struct Entry {
90 struct LocationList {
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h 26 struct Entry {
42 struct Set {
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h 46 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> {
54 class DWARFDebugRnglistTable : public DWARFListTableBase<DWARFDebugRnglist> {
include/llvm/DebugInfo/DWARF/DWARFDie.h 42 class DWARFDie {
282 class DWARFDie::attribute_iterator
335 class DWARFDie::iterator
include/llvm/DebugInfo/DWARF/DWARFExpression.h 22 class DWARFExpression {
include/llvm/DebugInfo/DWARF/DWARFFormValue.h 26 class DWARFFormValue {
107 struct UnitOffset {
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h 20 struct RelocAddrEntry {
include/llvm/DebugInfo/DWARF/DWARFSection.h 20 struct SectionName {
include/llvm/DebugInfo/DWARF/DWARFUnit.h 169 struct StrOffsetsContributionDescriptor {
include/llvm/DebugInfo/GSYM/FileEntry.h 25 struct FileEntry {
include/llvm/DebugInfo/GSYM/FunctionInfo.h 86 struct FunctionInfo {
include/llvm/DebugInfo/GSYM/GsymReader.h 48 class GsymReader {
include/llvm/DebugInfo/GSYM/Header.h 45 struct Header {
include/llvm/DebugInfo/GSYM/InlineInfo.h 58 struct InlineInfo {
include/llvm/DebugInfo/GSYM/LineTable.h 118 class LineTable {
include/llvm/DebugInfo/GSYM/Range.h 32 struct AddressRange {
include/llvm/DebugInfo/MSF/MSFBuilder.h 26 class MSFBuilder {
include/llvm/DebugInfo/MSF/MSFCommon.h 51 struct MSFLayout {
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h 24 class DbiModuleDescriptor {
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h 31 class DbiModuleSourceFilesIterator
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h 28 class ModuleDebugStreamRef {
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h 64 struct InjectedSourceDescriptor {
include/llvm/DebugInfo/PDB/Native/RawTypes.h 40 struct PSHashRecord {
331 struct SrcHeaderBlockEntry {
include/llvm/DebugInfo/PDB/Native/TpiHashing.h 20 struct TagRecordHash {
include/llvm/DebugInfo/PDB/PDBTypes.h 241 enum class PDB_SymType {
include/llvm/Demangle/Demangle.h 56 struct ItaniumPartialDemangler {
include/llvm/Demangle/MicrosoftDemangle.h 115 struct BackrefContext {
include/llvm/ExecutionEngine/GenericValue.h 23 struct GenericValue {
include/llvm/ExecutionEngine/JITLink/JITLink.h 57 class Edge {
919 struct PassConfiguration {
include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h 33 class SegmentRequest {
include/llvm/ExecutionEngine/JITLink/MachO_arm64.h 23 enum MachOARM64RelocationKind : Edge::Kind {
include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h 23 enum MachOX86RelocationKind : Edge::Kind {
include/llvm/ExecutionEngine/JITSymbol.h 56 class JITSymbolFlags {
190 class JITEvaluatedSymbol {
219 class JITSymbol {
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 102 struct PerDylibResources {
198 struct SourceModuleEntry {
include/llvm/ExecutionEngine/Orc/CompileUtils.h 34 class SimpleCompiler {
60 class TMOwningSimpleCompiler : public SimpleCompiler {
76 class ConcurrentIRCompiler {
include/llvm/ExecutionEngine/Orc/Core.h 61 struct SymbolAliasMapEntry {
171 class MaterializationResponsibility {
639 struct MaterializingInfo {
659 class SymbolTableEntry {
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h 48 class CtorDtorIterator {
include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h 31 class JITTargetMachineBuilder {
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h 168 struct EHFrameRange {
include/llvm/ExecutionEngine/Orc/OrcABISupport.h 57 class IndirectStubsInfo {
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 249 struct ObjectAllocs {
324 struct EHFrame {
392 struct RemoteIndirectStubsInfo {
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h 58 class DirectBufferWriter {
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 131 class RemoteSymbolMaterializer {
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h 37 class BlockFreqQuery : public SpeculateQuery {
50 struct WalkDirection {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 50 class SymbolStringPtr {
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h 29 class ThreadSafeContext {
77 class ThreadSafeModule {
include/llvm/ExecutionEngine/RTDyldMemoryManager.h 141 struct EHFrame {
include/llvm/ExecutionEngine/RuntimeDyldChecker.h 76 class MemoryRegionInfo {
include/llvm/ExecutionEngine/SectionMemoryManager.h 154 struct FreeMemBlock {
include/llvm/FuzzMutate/OpDescriptor.h 43 class SourcePred {
89 struct OpDescriptor {
include/llvm/IR/Attributes.h 51 class Attribute {
70 enum AttrKind {
214 class AttributeSet {
337 class AttributeList {
include/llvm/IR/CallSite.h 672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use,
include/llvm/IR/Comdat.h 31 class Comdat {
include/llvm/IR/ConstantRange.h 47 class LLVM_NODISCARD ConstantRange {
include/llvm/IR/DataLayout.h 71 struct LayoutAlignElem {
90 struct PointerAlignElem {
111 class DataLayout {
include/llvm/IR/DebugInfoMetadata.h 157 enum DIFlags : uint32_t {
461 enum ChecksumKind {
739 enum class Signedness { Signed, Unsigned };
1120 enum DebugEmissionKind : unsigned {
1128 enum class DebugNameTableKind : unsigned {
1608 enum DISPFlags : uint32_t {
2376 class expr_op_iterator
2447 struct FragmentInfo {
include/llvm/IR/DebugLoc.h 33 class DebugLoc {
include/llvm/IR/DiagnosticInfo.h 418 struct Argument {
include/llvm/IR/Dominators.h 76 class BasicBlockEdge {
144 class DominatorTree : public DominatorTreeBase<BasicBlock, false> {
230 class DominatorTreeAnalysis : public AnalysisInfoMixin<DominatorTreeAnalysis> {
243 class DominatorTreePrinterPass
254 struct DominatorTreeVerifierPass : PassInfoMixin<DominatorTreeVerifierPass> {
include/llvm/IR/GlobalValue.h 47 enum LinkageTypes {
184 enum ThreadLocalMode {
include/llvm/IR/IRBuilder.h 61 class IRBuilderDefaultInserter {
72 class IRBuilderCallbackInserter : IRBuilderDefaultInserter {
include/llvm/IR/IRPrintingPasses.h 80 class PrintModulePass {
99 class PrintFunctionPass {
include/llvm/IR/InlineAsm.h 117 struct ConstraintInfo {
include/llvm/IR/InstrTypes.h 732 enum Predicate {
1000 struct OperandBundleUse {
include/llvm/IR/Instructions.h 3008 struct succ_op_iterator
3019 struct const_succ_op_iterator
3559 struct succ_op_iterator
3570 struct const_succ_op_iterator
include/llvm/IR/IntrinsicInst.h 214 enum RoundingMode : uint8_t {
225 enum ExceptionBehavior : uint8_t {
include/llvm/IR/Intrinsics.h 36 enum ID : unsigned {
include/llvm/IR/Metadata.h 643 struct AAMDNodes {
include/llvm/IR/Module.h 732 class debug_compile_units_iterator
include/llvm/IR/ModuleSummaryIndex.h 122 struct alignas(8) GlobalValueSummaryInfo {
164 struct ValueInfo {
506 struct VFuncId {
514 struct ConstVCall {
730 struct VirtFuncOffset {
901 struct TypeIdOffsetVtableInfo {
916 class ModuleSummaryIndex {
include/llvm/IR/ModuleSummaryIndexYAML.h 137 struct FunctionSummaryYaml {
include/llvm/IR/PassInstrumentation.h 129 class PassInstrumentation {
include/llvm/IR/PassManager.h 154 class PreservedAnalyses {
582 class PassInstrumentationAnalysis
1049 class Result {
1166 class Result {
1397 struct InvalidateAllAnalysesPass : PassInfoMixin<InvalidateAllAnalysesPass> {
include/llvm/IR/SafepointIRVerifier.h 37 class SafepointIRVerifierPass : public PassInfoMixin<SafepointIRVerifierPass> {
include/llvm/IR/TrackingMDRef.h 25 class TrackingMDRef {
include/llvm/IR/UseListOrder.h 26 struct UseListOrder {
include/llvm/IR/User.h 245 struct value_op_iterator
265 struct const_value_op_iterator
include/llvm/IR/ValueHandle.h 140 class WeakVH : public ValueHandleBase {
181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/IR/Verifier.h 107 class VerifierAnalysis : public AnalysisInfoMixin<VerifierAnalysis> {
113 struct Result {
136 class VerifierPass : public PassInfoMixin<VerifierPass> {
include/llvm/LTO/Config.h 35 struct Config {
include/llvm/LTO/LTO.h 132 class Symbol : irsymtab::Symbol {
327 struct AddedModule {
include/llvm/LTO/legacy/LTOModule.h 40 struct NameAndAttributes {
include/llvm/LineEditor/LineEditor.h 66 struct Completion {
include/llvm/MC/ConstantPools.h 32 struct ConstantPoolEntry {
include/llvm/MC/LaneBitmask.h 39 struct LaneBitmask {
include/llvm/MC/MCAsmMacro.h 21 class AsmToken {
129 struct MCAsmMacroParameter {
142 struct MCAsmMacro {
include/llvm/MC/MCAssembler.h 428 struct CGProfileEntry {
include/llvm/MC/MCCodeView.h 31 class MCCVLoc {
101 struct LineInfo {
include/llvm/MC/MCDirectives.h 18 enum MCSymbolAttr {
include/llvm/MC/MCDwarf.h 606 struct MCDwarfFrameInfo {
include/llvm/MC/MCELFObjectWriter.h 31 struct ELFRelocationEntry {
include/llvm/MC/MCExpr.h 171 enum VariantKind : uint16_t {
include/llvm/MC/MCFixup.h 22 enum MCFixupKind {
include/llvm/MC/MCInst.h 34 class MCOperand {
158 class MCInst {
include/llvm/MC/MCLinkerOptimizationHint.h 102 class MCLOHDirective {
include/llvm/MC/MCMachObjectWriter.h 83 struct MachSymbolData {
include/llvm/MC/MCRegister.h 22 class MCRegister {
include/llvm/MC/MCSchedule.h 64 struct MCWriteProcResEntry {
include/llvm/MC/MCTargetOptions.h 26 enum class DebugCompressionType {
34 class MCTargetOptions {
include/llvm/MC/MCWinEH.h 21 struct Instruction {
include/llvm/MC/SectionKind.h 22 class SectionKind {
include/llvm/MC/SubtargetFeature.h 40 class FeatureBitset {
include/llvm/MCA/Instruction.h 337 struct ResourceUsage {
562 class InstRef {
602 class WriteRef {
include/llvm/Object/Archive.h 87 class Child {
146 class ChildFallibleIterator {
198 class symbol_iterator {
include/llvm/Object/ArchiveWriter.h 23 struct NewArchiveMember {
include/llvm/Object/COFF.h 280 class COFFSymbolRef {
1080 class ImportDirectoryEntryRef {
1111 class DelayImportDirectoryEntryRef {
1137 class ExportDirectoryEntryRef {
1162 class ImportedSymbolRef {
1187 class BaseRelocRef {
include/llvm/Object/COFFModuleDefinition.h 27 struct COFFModuleDefinition {
include/llvm/Object/Decompressor.h 20 class Decompressor {
include/llvm/Object/ELFObjectFile.h 121 class elf_section_iterator : public section_iterator {
173 class elf_symbol_iterator : public symbol_iterator {
include/llvm/Object/IRObjectFile.h 78 struct IRSymtabFile {
include/llvm/Object/IRSymtab.h 231 class Reader {
306 class Reader::SymbolRef : public Symbol {
362 struct FileContents {
include/llvm/Object/MachO.h 43 class DiceRef {
72 class ExportEntry {
97 struct NodeState {
167 class MachORebaseEntry {
211 class MachOBindEntry {
264 struct LoadCommandInfo {
include/llvm/Object/MachOUniversal.h 36 class ObjectForArch {
119 class object_iterator {
include/llvm/Object/Minidump.h 105 class MemoryInfoIterator
include/llvm/Object/ObjectFile.h 52 class RelocationRef {
81 class SectionRef {
139 struct SectionedAddress {
160 class SymbolRef : public BasicSymbolRef {
164 enum Type {
200 class symbol_iterator : public basic_symbol_iterator {
include/llvm/Object/SymbolSize.h 18 struct SymEntry {
include/llvm/Object/SymbolicFile.h 34 union DataRefImpl {
98 class BasicSymbolRef {
include/llvm/Object/TapiUniversal.h 61 class object_iterator {
include/llvm/Object/WindowsResource.h 98 class ResourceEntryRef {
236 struct StringOrID {
include/llvm/Object/XCOFFObjectFile.h 110 struct XCOFFStringTable {
include/llvm/ObjectYAML/COFFYAML.h 98 struct PEHeader {
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h 84 struct SourceFileChecksumEntry {
110 struct YAMLDebugSubsection {
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h 32 struct SymbolRecord {
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h 42 struct DebugHSection {
include/llvm/ObjectYAML/CodeViewYAMLTypes.h 41 struct MemberRecord {
45 struct LeafRecord {
include/llvm/ObjectYAML/ELFYAML.h 55 LLVM_YAML_STRONG_TYPEDEF(uint64_t, ELF_SHF)
56 LLVM_YAML_STRONG_TYPEDEF(uint16_t, ELF_SHN)
113 struct SectionOrType {
117 struct DynamicEntry {
122 struct StackSizeEntry {
127 struct NoteEntry {
include/llvm/ObjectYAML/MachOYAML.h 30 struct Section {
57 struct LoadCommand {
90 struct ExportEntry {
include/llvm/ObjectYAML/MinidumpYAML.h 73 struct ParsedModule {
84 struct ParsedThread {
94 struct ParsedMemoryDescriptor {
201 struct Object {
include/llvm/ObjectYAML/WasmYAML.h 47 struct Limits {
53 struct Table {
include/llvm/ObjectYAML/YAML.h 63 class BinaryRef {
include/llvm/Option/ArgList.h 368 class InputArgList final : public ArgList {
include/llvm/Passes/PassBuilder.h 33 struct PGOOptions {
125 struct PipelineElement {
146 enum OptimizationLevel {
include/llvm/Passes/PassPlugin.h 60 class PassPlugin {
include/llvm/ProfileData/Coverage/CoverageMapping.h 145 struct CounterExpression {
171 struct Term {
204 struct CounterMappingRegion {
272 struct CountedRegion : public CounterMappingRegion {
301 struct FunctionRecord {
330 class FunctionRecordIterator
421 class InstantiationGroup {
478 class CoverageData {
633 class LineCoverageIterator
include/llvm/ProfileData/InstrProf.h 406 class InstrProfSymtab {
685 struct InstrProfRecord {
842 struct NamedInstrProfRecord : InstrProfRecord {
include/llvm/ProfileData/InstrProfData.inc 735 typedef struct InstrProfValueData {
include/llvm/ProfileData/InstrProfWriter.h 33 class InstrProfWriter {
include/llvm/ProfileData/SampleProf.h 149 struct SecHdrTableEntry {
179 struct LineLocation {
300 class FunctionSamples {
include/llvm/Remarks/Remark.h 30 struct RemarkLocation {
42 struct Argument {
54 enum class Type {
67 struct Remark {
include/llvm/Remarks/RemarkFormat.h 25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream };
include/llvm/Remarks/RemarkParser.h 59 struct ParsedStringTable {
include/llvm/Remarks/RemarkStringTable.h 35 struct StringTable {
include/llvm/Support/AArch64TargetParser.h 60 enum class ArchKind {
include/llvm/Support/AMDGPUMetadata.h 42 enum class AccessQualifier : uint8_t {
62 enum class ValueKind : uint8_t {
187 struct Metadata final {
386 struct Metadata final {
include/llvm/Support/ARMTargetParser.h 149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 };
include/llvm/Support/Alignment.h 40 struct Align {
include/llvm/Support/Allocator.h 94 class MallocAllocator : public AllocatorBase<MallocAllocator> {
include/llvm/Support/AtomicOrdering.h 56 enum class AtomicOrdering {
include/llvm/Support/BinaryByteStream.h 205 class FileBufferByteStream : public WritableBinaryStream {
include/llvm/Support/BlockFrequency.h 24 class BlockFrequency {
include/llvm/Support/BranchProbability.h 30 class BranchProbability {
include/llvm/Support/CachePruning.h 26 struct CachePruningPolicy {
include/llvm/Support/CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
28 enum Model { Tiny, Small, Kernel, Medium, Large };
include/llvm/Support/CodeGenCoverage.h 20 class CodeGenCoverage {
include/llvm/Support/CommandLine.h 619 struct OptionEnumValue {
766 class OptionInfo : public GenericOptionInfo {
include/llvm/Support/DebugCounter.h 168 struct CounterInfo {
include/llvm/Support/DynamicLibrary.h 36 class DynamicLibrary {
include/llvm/Support/Error.h 157 class LLVM_NODISCARD Error {
324 class ErrorSuccess final : public Error {};
include/llvm/Support/FileSystem.h 66 enum class file_type {
80 struct space_info {
86 enum perms {
134 class UniqueID {
157 class basic_file_status {
246 class file_status : public basic_file_status {
844 class TempFile {
1280 class directory_iterator {
include/llvm/Support/FileUtilities.h 42 class FileRemover {
include/llvm/Support/FormatCommon.h 17 enum class AlignStyle { Left, Center, Right };
include/llvm/Support/FormatVariadic.h 46 struct ReplacementItem {
include/llvm/Support/GenericDomTreeConstruction.h 61 struct InfoRec {
631 struct Compare {
include/llvm/Support/GlobPattern.h 29 class GlobPattern {
include/llvm/Support/ItaniumManglingCanonicalizer.h 56 enum class FragmentKind {
include/llvm/Support/JSON.h 90 class Object {
154 class Array {
280 class Value {
490 class ObjectKey {
include/llvm/Support/KnownBits.h 22 struct KnownBits {
include/llvm/Support/LowLevelTypeImpl.h 39 class LLT {
include/llvm/Support/MD5.h 55 struct MD5Result {
include/llvm/Support/MSVCErrorWorkarounds.h 27 class MSVCPError : public Error {
include/llvm/Support/MachineValueType.h 30 class MVT {
1083 struct mvt_iterator {
include/llvm/Support/Memory.h 32 class MemoryBlock {
128 class OwningMemoryBlock {
include/llvm/Support/MemoryBuffer.h 261 class MemoryBufferRef {
include/llvm/Support/OnDiskHashTable.h 501 class key_iterator : public iterator_base {
include/llvm/Support/Path.h 28 enum class Style { windows, posix, native };
52 class const_iterator
include/llvm/Support/Regex.h 27 class Regex {
include/llvm/Support/Registry.h 83 class iterator
include/llvm/Support/SMLoc.h 23 class SMLoc {
include/llvm/Support/SourceMgr.h 56 struct SrcBuffer {
229 class SMFixIt {
include/llvm/Support/StringPool.h 78 class PooledStringPtr {
include/llvm/Support/TargetParser.h 68 enum ProcessorFeatures {
include/llvm/Support/TargetRegistry.h 604 class iterator
include/llvm/Support/Timer.h 171 struct PrintRecord {
include/llvm/Support/VersionTuple.h 26 class VersionTuple {
include/llvm/Support/VirtualFileSystem.h 45 class Status {
507 struct YAMLVFSEntry {
include/llvm/Support/X86DisassemblerDecoderCommon.h 285 enum OpcodeType {
include/llvm/Support/YAMLTraits.h 1656 LLVM_YAML_STRONG_TYPEDEF(uint8_t, Hex8)
1657 LLVM_YAML_STRONG_TYPEDEF(uint16_t, Hex16)
1658 LLVM_YAML_STRONG_TYPEDEF(uint32_t, Hex32)
1659 LLVM_YAML_STRONG_TYPEDEF(uint64_t, Hex64)
include/llvm/TableGen/Record.h 1395 class RecordVal {
1759 struct LessRecord {
1769 struct LessRecordByID {
1777 struct LessRecordFieldName {
1783 struct LessRecordRegister {
1899 struct MappedValue {
include/llvm/Target/TargetMachine.h 323 class LLVMTargetMachine : public TargetMachine {
include/llvm/Target/TargetOptions.h 24 enum ABIType {
51 enum Model {
66 enum class EABI {
106 class TargetOptions {
include/llvm/Testing/Support/Annotations.h 50 struct Range {
include/llvm/Testing/Support/Error.h 143 MATCHER(Succeeded, "") { return arg.Success(); }
144 MATCHER(Failed, "") { return !arg.Success(); }
include/llvm/Testing/Support/SupportHelpers.h 23 struct ErrorHolder {
include/llvm/TextAPI/ELF/ELFStub.h 37 struct ELFSymbol {
52 class ELFStub {
include/llvm/TextAPI/MachO/Architecture.h 24 enum Architecture : uint8_t {
include/llvm/TextAPI/MachO/ArchitectureSet.h 26 class ArchitectureSet {
include/llvm/TextAPI/MachO/InterfaceFile.h 81 class InterfaceFileRef {
127 struct SymbolsMapKey {
339 struct const_symbol_iterator
include/llvm/TextAPI/MachO/Platform.h 22 enum class PlatformKind : unsigned {
include/llvm/TextAPI/MachO/Target.h 24 class Target {
include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h 25 class AggressiveInstCombinePass
include/llvm/Transforms/IPO/AlwaysInliner.h 29 class AlwaysInlinerPass : public PassInfoMixin<AlwaysInlinerPass> {
include/llvm/Transforms/IPO/ArgumentPromotion.h 23 class ArgumentPromotionPass : public PassInfoMixin<ArgumentPromotionPass> {
include/llvm/Transforms/IPO/Attributor.h 139 struct IRPosition {
1520 struct AttributorPass : public PassInfoMixin<AttributorPass> {
include/llvm/Transforms/IPO/CalledValuePropagation.h 27 class CalledValuePropagationPass
include/llvm/Transforms/IPO/ConstantMerge.h 29 class ConstantMergePass : public PassInfoMixin<ConstantMergePass> {
include/llvm/Transforms/IPO/CrossDSOCFI.h 21 class CrossDSOCFIPass : public PassInfoMixin<CrossDSOCFIPass> {
include/llvm/Transforms/IPO/DeadArgumentElimination.h 38 class DeadArgumentEliminationPass
44 struct RetOrArg {
include/llvm/Transforms/IPO/ElimAvailExtern.h 24 class EliminateAvailableExternallyPass
include/llvm/Transforms/IPO/ForceFunctionAttrs.h 23 struct ForceFunctionAttrsPass : PassInfoMixin<ForceFunctionAttrsPass> {
include/llvm/Transforms/IPO/FunctionAttrs.h 50 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> {
69 class ReversePostOrderFunctionAttrsPass
include/llvm/Transforms/IPO/FunctionImport.h 123 class FunctionImportPass : public PassInfoMixin<FunctionImportPass> {
166 enum class PrevailingType { Yes, No, Unknown };
include/llvm/Transforms/IPO/GlobalDCE.h 29 class GlobalDCEPass : public PassInfoMixin<GlobalDCEPass> {
include/llvm/Transforms/IPO/GlobalOpt.h 25 class GlobalOptPass : public PassInfoMixin<GlobalOptPass> {
include/llvm/Transforms/IPO/GlobalSplit.h 26 class GlobalSplitPass : public PassInfoMixin<GlobalSplitPass> {
include/llvm/Transforms/IPO/HotColdSplitting.h 61 class HotColdSplittingPass : public PassInfoMixin<HotColdSplittingPass> {
include/llvm/Transforms/IPO/InferFunctionAttrs.h 25 struct InferFunctionAttrsPass : PassInfoMixin<InferFunctionAttrsPass> {
include/llvm/Transforms/IPO/Inliner.h 94 class InlinerPass : public PassInfoMixin<InlinerPass> {
include/llvm/Transforms/IPO/Internalize.h 36 class InternalizePass : public PassInfoMixin<InternalizePass> {
include/llvm/Transforms/IPO/LowerTypeTests.h 200 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {
include/llvm/Transforms/IPO/PartialInlining.h 24 class PartialInlinerPass : public PassInfoMixin<PartialInlinerPass> {
include/llvm/Transforms/IPO/SCCP.h 30 class IPSCCPPass : public PassInfoMixin<IPSCCPPass> {
include/llvm/Transforms/IPO/SampleProfile.h 25 class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
include/llvm/Transforms/IPO/StripDeadPrototypes.h 25 struct StripDeadPrototypesPass : PassInfoMixin<StripDeadPrototypesPass> {
include/llvm/Transforms/IPO/SyntheticCountsPropagation.h 13 class SyntheticCountsPropagation
include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h 24 class ThinLTOBitcodeWriterPass
include/llvm/Transforms/IPO/WholeProgramDevirt.h 106 struct TypeMemberInfo {
119 struct VirtualCallTarget {
223 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> {
234 struct VTableSlotSummary {
include/llvm/Transforms/InstCombine/InstCombine.h 25 class InstCombinePass : public PassInfoMixin<InstCombinePass> {
include/llvm/Transforms/Instrumentation.h 52 struct GCOVOptions {
129 struct InstrProfOptions {
include/llvm/Transforms/Instrumentation/AddressSanitizer.h 36 class GlobalsMetadata {
38 struct Entry {
80 class ASanGlobalsMetadataAnalysis
99 class AddressSanitizerPass : public PassInfoMixin<AddressSanitizerPass> {
117 class ModuleAddressSanitizerPass
include/llvm/Transforms/Instrumentation/BoundsChecking.h 18 struct BoundsCheckingPass : PassInfoMixin<BoundsCheckingPass> {
include/llvm/Transforms/Instrumentation/CGProfile.h 19 class CGProfilePass : public PassInfoMixin<CGProfilePass> {
include/llvm/Transforms/Instrumentation/ControlHeightReduction.h 22 class ControlHeightReductionPass :
include/llvm/Transforms/Instrumentation/GCOVProfiler.h 20 class GCOVProfilerPass : public PassInfoMixin<GCOVProfilerPass> {
include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h 25 class HWAddressSanitizerPass : public PassInfoMixin<HWAddressSanitizerPass> {
include/llvm/Transforms/Instrumentation/InstrOrderFile.h 21 class InstrOrderFilePass : public PassInfoMixin<InstrOrderFilePass> {
include/llvm/Transforms/Instrumentation/InstrProfiling.h 35 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
50 struct PerFunctionProfileData {
include/llvm/Transforms/Instrumentation/MemorySanitizer.h 21 struct MemorySanitizerOptions {
39 struct MemorySanitizerPass : public PassInfoMixin<MemorySanitizerPass> {
include/llvm/Transforms/Instrumentation/PGOInstrumentation.h 35 class PGOInstrumentationGenCreateVar
47 class PGOInstrumentationGen : public PassInfoMixin<PGOInstrumentationGen> {
58 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
73 class PGOIndirectCallPromotion : public PassInfoMixin<PGOIndirectCallPromotion> {
86 class PGOMemOPSizeOpt : public PassInfoMixin<PGOMemOPSizeOpt> {
include/llvm/Transforms/Instrumentation/PoisonChecking.h 17 struct PoisonCheckingPass : public PassInfoMixin<PoisonCheckingPass> {
include/llvm/Transforms/Instrumentation/SanitizerCoverage.h 29 class ModuleSanitizerCoveragePass
include/llvm/Transforms/Instrumentation/ThreadSanitizer.h 28 struct ThreadSanitizerPass : public PassInfoMixin<ThreadSanitizerPass> {
include/llvm/Transforms/Scalar/ADCE.h 31 struct ADCEPass : PassInfoMixin<ADCEPass> {
include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h 27 struct AlignmentFromAssumptionsPass
include/llvm/Transforms/Scalar/BDCE.h 25 struct BDCEPass : PassInfoMixin<BDCEPass> {
include/llvm/Transforms/Scalar/CallSiteSplitting.h 17 struct CallSiteSplittingPass : PassInfoMixin<CallSiteSplittingPass> {
include/llvm/Transforms/Scalar/ConstantHoisting.h 70 struct ConstantUser {
80 struct ConstantCandidate {
101 struct RebasedConstantInfo {
113 struct ConstantInfo {
124 class ConstantHoistingPass : public PassInfoMixin<ConstantHoistingPass> {
include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h 18 struct CorrelatedValuePropagationPass
include/llvm/Transforms/Scalar/DCE.h 22 class DCEPass : public PassInfoMixin<DCEPass> {
include/llvm/Transforms/Scalar/DeadStoreElimination.h 28 class DSEPass : public PassInfoMixin<DSEPass> {
include/llvm/Transforms/Scalar/DivRemPairs.h 23 struct DivRemPairsPass : public PassInfoMixin<DivRemPairsPass> {
include/llvm/Transforms/Scalar/EarlyCSE.h 30 struct EarlyCSEPass : PassInfoMixin<EarlyCSEPass> {
include/llvm/Transforms/Scalar/Float2Int.h 25 class Float2IntPass : public PassInfoMixin<Float2IntPass> {
include/llvm/Transforms/Scalar/GVN.h 68 class GVN : public PassInfoMixin<GVN> {
170 struct LeaderTableEntry {
301 struct GVNHoistPass : PassInfoMixin<GVNHoistPass> {
308 struct GVNSinkPass : PassInfoMixin<GVNSinkPass> {
include/llvm/Transforms/Scalar/GuardWidening.h 27 struct GuardWideningPass : public PassInfoMixin<GuardWideningPass> {
include/llvm/Transforms/Scalar/IVUsersPrinter.h 19 class IVUsersPrinterPass : public PassInfoMixin<IVUsersPrinterPass> {
include/llvm/Transforms/Scalar/IndVarSimplify.h 25 class IndVarSimplifyPass : public PassInfoMixin<IndVarSimplifyPass> {
include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h 22 class IRCEPass : public PassInfoMixin<IRCEPass> {
include/llvm/Transforms/Scalar/InstSimplifyPass.h 34 class InstSimplifyPass : public PassInfoMixin<InstSimplifyPass> {
include/llvm/Transforms/Scalar/JumpThreading.h 77 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
include/llvm/Transforms/Scalar/LICM.h 45 class LICMPass : public PassInfoMixin<LICMPass> {
include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h 18 class LoopAccessInfoPrinterPass
include/llvm/Transforms/Scalar/LoopDataPrefetch.h 22 class LoopDataPrefetchPass : public PassInfoMixin<LoopDataPrefetchPass> {
include/llvm/Transforms/Scalar/LoopDeletion.h 24 class LoopDeletionPass : public PassInfoMixin<LoopDeletionPass> {
include/llvm/Transforms/Scalar/LoopDistribute.h 25 class LoopDistributePass : public PassInfoMixin<LoopDistributePass> {
include/llvm/Transforms/Scalar/LoopFuse.h 23 class LoopFusePass : public PassInfoMixin<LoopFusePass> {
include/llvm/Transforms/Scalar/LoopIdiomRecognize.h 27 class LoopIdiomRecognizePass : public PassInfoMixin<LoopIdiomRecognizePass> {
include/llvm/Transforms/Scalar/LoopInstSimplify.h 25 class LoopInstSimplifyPass : public PassInfoMixin<LoopInstSimplifyPass> {
include/llvm/Transforms/Scalar/LoopLoadElimination.h 27 struct LoopLoadEliminationPass : public PassInfoMixin<LoopLoadEliminationPass> {
include/llvm/Transforms/Scalar/LoopPassManager.h 419 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
include/llvm/Transforms/Scalar/LoopPredication.h 24 class LoopPredicationPass : public PassInfoMixin<LoopPredicationPass> {
include/llvm/Transforms/Scalar/LoopRotation.h 23 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> {
include/llvm/Transforms/Scalar/LoopSimplifyCFG.h 26 class LoopSimplifyCFGPass : public PassInfoMixin<LoopSimplifyCFGPass> {
include/llvm/Transforms/Scalar/LoopSink.h 33 class LoopSinkPass : public PassInfoMixin<LoopSinkPass> {
include/llvm/Transforms/Scalar/LoopStrengthReduce.h 33 class LoopStrengthReducePass : public PassInfoMixin<LoopStrengthReducePass> {
include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h 23 class LoopUnrollAndJamPass : public PassInfoMixin<LoopUnrollAndJamPass> {
include/llvm/Transforms/Scalar/LoopUnrollPass.h 25 class LoopFullUnrollPass : public PassInfoMixin<LoopFullUnrollPass> {
60 struct LoopUnrollOptions {
132 class LoopUnrollPass : public PassInfoMixin<LoopUnrollPass> {
include/llvm/Transforms/Scalar/LowerAtomic.h 22 class LowerAtomicPass : public PassInfoMixin<LowerAtomicPass> {
include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h 23 struct LowerConstantIntrinsicsPass :
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h 23 struct LowerExpectIntrinsicPass : PassInfoMixin<LowerExpectIntrinsicPass> {
include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h 21 struct LowerGuardIntrinsicPass : PassInfoMixin<LowerGuardIntrinsicPass> {
include/llvm/Transforms/Scalar/LowerWidenableCondition.h 20 struct LowerWidenableConditionPass : PassInfoMixin<LowerWidenableConditionPass> {
include/llvm/Transforms/Scalar/MakeGuardsExplicit.h 40 struct MakeGuardsExplicitPass : public PassInfoMixin<MakeGuardsExplicitPass> {
include/llvm/Transforms/Scalar/MemCpyOptimizer.h 39 class MemCpyOptPass : public PassInfoMixin<MemCpyOptPass> {
include/llvm/Transforms/Scalar/MergeICmps.h 18 struct MergeICmpsPass
include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h 41 class MergedLoadStoreMotionPass
include/llvm/Transforms/Scalar/NaryReassociate.h 102 class NaryReassociatePass : public PassInfoMixin<NaryReassociatePass> {
include/llvm/Transforms/Scalar/NewGVN.h 23 class NewGVNPass : public PassInfoMixin<NewGVNPass> {
include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h 22 class PartiallyInlineLibCallsPass
include/llvm/Transforms/Scalar/Reassociate.h 46 struct ValueEntry {
59 struct Factor {
71 class ReassociatePass : public PassInfoMixin<ReassociatePass> {
86 struct PairMapValue {
include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h 29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> {
include/llvm/Transforms/Scalar/SCCP.h 36 class SCCPPass : public PassInfoMixin<SCCPPass> {
42 struct AnalysisResultsForFn {
include/llvm/Transforms/Scalar/SROA.h 64 class SROA : public PassInfoMixin<SROA> {
include/llvm/Transforms/Scalar/Scalarizer.h 24 class ScalarizerPass : public PassInfoMixin<ScalarizerPass> {
include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h 62 class SimpleLoopUnswitchPass : public PassInfoMixin<SimpleLoopUnswitchPass> {
include/llvm/Transforms/Scalar/SimplifyCFG.h 29 class SimplifyCFGPass : public PassInfoMixin<SimplifyCFGPass> {
include/llvm/Transforms/Scalar/Sink.h 23 class SinkingPass : public PassInfoMixin<SinkingPass> {
include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h 103 struct SpeculateAroundPHIsPass : PassInfoMixin<SpeculateAroundPHIsPass> {
include/llvm/Transforms/Scalar/SpeculativeExecution.h 69 class SpeculativeExecutionPass
include/llvm/Transforms/Scalar/TailRecursionElimination.h 60 struct TailCallElimPass : PassInfoMixin<TailCallElimPass> {
include/llvm/Transforms/Scalar/WarnMissedTransforms.h 24 class WarnMissedTransformationsPass
include/llvm/Transforms/Utils/ASanStackFrameLayout.h 30 struct ASanStackVariableDescription {
include/llvm/Transforms/Utils/AddDiscriminators.h 24 class AddDiscriminatorsPass : public PassInfoMixin<AddDiscriminatorsPass> {
include/llvm/Transforms/Utils/BreakCriticalEdges.h 24 struct BreakCriticalEdgesPass : public PassInfoMixin<BreakCriticalEdgesPass> {
include/llvm/Transforms/Utils/BypassSlowDivision.h 30 struct DivRemMapKey {
include/llvm/Transforms/Utils/CanonicalizeAliases.h 22 class CanonicalizeAliasesPass : public PassInfoMixin<CanonicalizeAliasesPass> {
include/llvm/Transforms/Utils/EntryExitInstrumenter.h 24 struct EntryExitInstrumenterPass
include/llvm/Transforms/Utils/LCSSA.h 37 class LCSSAPass : public PassInfoMixin<LCSSAPass> {
include/llvm/Transforms/Utils/LibCallsShrinkWrap.h 18 class LibCallsShrinkWrapPass : public PassInfoMixin<LibCallsShrinkWrapPass> {
include/llvm/Transforms/Utils/Local.h 63 struct SimplifyCFGOptions {
include/llvm/Transforms/Utils/LoopSimplify.h 51 class LoopSimplifyPass : public PassInfoMixin<LoopSimplifyPass> {
include/llvm/Transforms/Utils/LowerInvoke.h 22 class LowerInvokePass : public PassInfoMixin<LowerInvokePass> {
include/llvm/Transforms/Utils/Mem2Reg.h 23 class PromotePass : public PassInfoMixin<PromotePass> {
include/llvm/Transforms/Utils/NameAnonGlobals.h 23 class NameAnonGlobalPass : public PassInfoMixin<NameAnonGlobalPass> {
include/llvm/Transforms/Utils/SymbolRewriter.h 120 class RewriteSymbolPass : public PassInfoMixin<RewriteSymbolPass> {
include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h 16 class LoadStoreVectorizerPass : public PassInfoMixin<LoadStoreVectorizerPass> {
include/llvm/Transforms/Vectorize/LoopVectorize.h 82 struct LoopVectorizeOptions {
119 struct LoopVectorizePass : public PassInfoMixin<LoopVectorizePass> {
include/llvm/Transforms/Vectorize/SLPVectorizer.h 59 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> {
include/llvm/XRay/BlockIndexer.h 28 struct Block {
include/llvm/XRay/InstrumentationMap.h 37 struct SledEntry {
55 struct YAMLXRaySledEntry {
72 class InstrumentationMap {
include/llvm/XRay/Profile.h 51 class Profile {
57 struct Data {
62 struct Block {
include/llvm/XRay/Trace.h 46 class Trace {
include/llvm/XRay/XRayRecord.h 27 struct XRayFileHeader {
69 struct XRayRecord {
include/llvm/XRay/YAMLXRayRecord.h 31 struct YAMLXRayRecord {
lib/Analysis/AliasAnalysisSummary.h 111 struct InterfaceValue {
150 struct ExternalRelation {
184 struct ExternalAttribute {
199 struct InstantiatedValue {
228 struct InstantiatedRelation {
237 struct InstantiatedAttr {
lib/Analysis/CFLAndersAliasAnalysis.cpp 135 struct OffsetValue {
225 class AliasAttrMap {
255 struct WorkListItem {
261 struct ValueSummary {
322 class CFLAndersAAResult::FunctionInfo {
lib/Analysis/CFLGraph.h 61 struct Edge {
73 class ValueInfo {
lib/Analysis/CFLSteensAliasAnalysis.cpp 71 class CFLSteensAAResult::FunctionInfo {
lib/Analysis/GlobalsModRef.cpp 61 class GlobalsAAResult::FunctionInfo {
lib/Analysis/MemoryBuiltins.cpp 63 struct AllocFnsTy {
lib/Analysis/MemorySSA.cpp 128 class MemoryLocOrCall {
608 struct TerminatedPath {
1283 struct MemlocStackInfo {
lib/Analysis/MemorySSAUpdater.cpp 908 struct PredInfo {
lib/Analysis/ScalarEvolution.cpp 4470 struct BinaryOp {
lib/Analysis/ScalarEvolutionExpander.cpp 656 class LoopCompare {
lib/Analysis/StackSafetyAnalysis.cpp 57 struct PassAsArgInfo {
99 struct AllocaInfo {
114 struct ParamInfo {
145 struct StackSafetyInfo::FunctionInfo {
lib/Analysis/StratifiedSets.h 32 struct StratifiedInfo {
177 struct BuilderLink {
lib/Analysis/TargetTransformInfo.cpp 40 struct NoTTIImpl : TargetTransformInfoImplCRTPBase<NoTTIImpl> {
878 struct ReductionData {
lib/AsmParser/LLParser.cpp 3803 struct MDUnsignedField : public MDFieldImpl<uint64_t> {
3865 struct MDSignedField : public MDFieldImpl<int64_t> {
3879 struct MDField : public MDFieldImpl<Metadata *> {
8466 struct ValueContext {
lib/AsmParser/LLParser.h 47 struct ValID {
lib/Bitcode/Reader/MetadataLoader.h 35 class MetadataLoader {
lib/Bitcode/Writer/ValueEnumerator.h 73 struct MDIndex {
95 struct MDRange {
lib/CodeGen/AsmPrinter/AddressPool.h 24 struct AddressPoolEntry {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1694 struct SectionCPs {
1974 struct Structor {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 2091 struct MemberInfo {
lib/CodeGen/AsmPrinter/CodeViewDebug.h 64 struct LocalVarDefRange {
96 struct LocalVariable {
102 struct CVGlobalVariable {
lib/CodeGen/AsmPrinter/DebugLocEntry.h 24 class DbgValueLoc {
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h 124 struct GlobalExpr {
lib/CodeGen/AsmPrinter/DwarfDebug.h 124 struct FrameIndexExpr {
276 struct SymbolCU {
lib/CodeGen/AsmPrinter/DwarfExpression.h 36 class DIExpressionCursor {
lib/CodeGen/AsmPrinter/DwarfFile.h 40 class RangeSpanList {
84 struct ScopeVars {
lib/CodeGen/AsmPrinter/EHStreamer.h 43 struct PadRange {
lib/CodeGen/AsmPrinter/WinException.cpp 386 class InvokeStateChangeIterator {
lib/CodeGen/BranchFolding.h 55 class MergePotentialsElt {
79 class SameTailElt {
lib/CodeGen/BranchRelaxation.cpp 48 struct BasicBlockInfo {
lib/CodeGen/CalcSpillWeights.cpp 189 struct CopyHint {
lib/CodeGen/ExpandMemCmp.cpp 76 struct LoadEntry {
lib/CodeGen/GlobalMerge.cpp 254 struct UsedGlobalSet {
lib/CodeGen/InterferenceCache.h 71 struct RegUnitInfo {
lib/CodeGen/LiveDebugValues.cpp 128 class DebugVariable {
184 struct SpillLoc {
lib/CodeGen/LiveDebugVariables.cpp 151 class UserValueIdentity {
lib/CodeGen/LocalStackSlotAllocation.cpp 50 class FrameRef {
lib/CodeGen/MIRParser/MILexer.h 28 enum TokenKind {
lib/CodeGen/MIRPrinter.cpp 85 struct FrameIndexOperand {
lib/CodeGen/MIRVRegNamerUtils.cpp 24 class TypedVReg {
lib/CodeGen/MachineBlockPlacement.cpp 320 struct BlockAndTailDupResult {
326 struct WeightedEdge {
1146 struct TriangleChain {
lib/CodeGen/MachineCopyPropagation.cpp 77 struct CopyInfo {
lib/CodeGen/MachineModuleInfo.cpp 63 struct AddrLabelSymEntry {
lib/CodeGen/MachinePipeliner.cpp 905 struct FuncUnitSorter {
lib/CodeGen/MachineScheduler.cpp 448 struct SchedRegion {
1469 struct MemOpInfo {
3465 struct ILPOrder {
lib/CodeGen/MachineVerifier.cpp 130 struct BBInfo {
lib/CodeGen/PeepholeOptimizer.cpp 263 class RecurrenceInstr {
282 class ValueTrackerResult {
lib/CodeGen/RegAllocBasic.cpp 47 struct CompSpillWeight {
lib/CodeGen/RegisterCoalescer.cpp 3422 struct MBBPriorityInfo {
lib/CodeGen/RenameIndependentSubregs.cpp 66 struct SubRangeInfo {
lib/CodeGen/SafeStackColoring.h 41 struct BlockLifetimeInfo {
100 struct Marker {
lib/CodeGen/SafeStackLayout.h 27 struct StackRegion {
40 struct StackObject {
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 589 struct MemOpLink {
6283 struct ByteProvider {
14168 struct LoadedSlice {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 8380 struct UseMemo {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 6806 struct BranchFunnelTarget {
7723 class SDISelAsmOperandInfo : public TargetLowering::AsmOperandInfo {
9425 enum StaticAllocaInfo { Unknown, Clobbered, Elidable };
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h 107 class DanglingDebugInfo {
lib/CodeGen/StackColoring.cpp 387 struct BlockLifetimeInfo {
lib/CodeGen/StackSlotColoring.cpp 145 struct IntervalSorter {
lib/DebugInfo/DWARF/DWARFContext.cpp 1280 struct SymInfo {
lib/DebugInfo/GSYM/LineTable.cpp 24 struct DeltaInfo {
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 115 struct OffsetNamePair {
lib/DebugInfo/Symbolize/SymbolizableObjectFile.h 76 struct SymbolDesc {
lib/ExecutionEngine/GDBRegistrationListener.cpp 65 struct RegisteredObjectInfo {
lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h 49 struct AugmentationInfo {
61 struct CIEInformation {
lib/ExecutionEngine/JITLink/JITLinkGeneric.h 43 struct SegmentLayout {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h 129 class NormalizedSection {
lib/ExecutionEngine/Orc/Core.cpp 119 struct PrintSymbolFlagsMapElemsMatchingCLOpts {
125 struct PrintSymbolMapElemsMatchingCLOpts {
922 struct WorklistEntry {
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp 238 struct WorklistEntry {
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h 421 class NotifyObjectLoadedT {
438 class NotifyFinalizedT {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h 46 class SectionEntry {
191 class RelocationValueRef {
lib/IR/LLVMContextImpl.h 1175 class MDAttachmentMap {
1214 class MDGlobalAttachmentMap {
1215 struct Attachment {
lib/IR/ModuleSummaryIndex.cpp 227 struct Edge {
lib/IR/SafepointIRVerifier.cpp 443 class GCPtrTracker {
lib/MC/MCDwarf.cpp 49 class llvm::MCDwarfLineStr {
1747 struct CIEKey {
lib/MC/WasmObjectWriter.cpp 61 struct WasmSignature {
137 struct WasmRelocationEntry {
lib/Object/ArchiveWriter.cpp 237 struct MemberData {
lib/Object/COFFModuleDefinition.cpp 33 enum Kind {
lib/Object/MachOObjectFile.cpp 234 struct MachOElement {
lib/ObjectYAML/ELFYAML.cpp 850 LLVM_YAML_STRONG_TYPEDEF(StringRef, StOtherPiece)
lib/Option/OptTable.cpp 481 struct OptionInfo {
lib/Passes/PassBuilder.cpp 256 struct NoOpModulePass {
264 class NoOpModuleAnalysis : public AnalysisInfoMixin<NoOpModuleAnalysis> {
269 struct Result {};
275 struct NoOpCGSCCPass {
284 class NoOpCGSCCAnalysis : public AnalysisInfoMixin<NoOpCGSCCAnalysis> {
289 struct Result {};
297 struct NoOpFunctionPass {
305 class NoOpFunctionAnalysis : public AnalysisInfoMixin<NoOpFunctionAnalysis> {
310 struct Result {};
316 struct NoOpLoopPass {
325 class NoOpLoopAnalysis : public AnalysisInfoMixin<NoOpLoopAnalysis> {
330 struct Result {};
lib/Support/CachePruning.cpp 30 struct FileInfo {
lib/Support/FileCheckImpl.h 364 class FileCheckPattern {
450 struct VariableProperties {
lib/Support/VirtualFileSystem.cpp 276 struct WorkingDirectory {
1178 struct KeyStatus {
lib/Support/YAMLParser.cpp 126 struct Token {
179 struct SimpleKey {
lib/TableGen/TGLexer.h 32 enum TokKind {
176 struct PreprocessorControlDesc {
lib/TableGen/TGParser.h 34 struct LetRecord {
45 struct RecordsEntry {
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp 212 struct LoadInfo {
lib/Target/AArch64/AArch64ISelLowering.cpp 6261 struct ShuffleSourceInfo {
lib/Target/AArch64/AArch64MachineFunctionInfo.h 265 class MILOHDirective {
lib/Target/AArch64/AArch64PromoteConstant.cpp 95 struct PromotedConstant {
lib/Target/AArch64/AArch64RedundantCopyElimination.cpp 87 struct RegImm {
lib/Target/AArch64/AArch64StackTagging.cpp 79 struct Range {
lib/Target/AArch64/AArch64TargetTransformInfo.h 41 class AArch64TTIImpl : public BasicTTIImplBase<AArch64TTIImpl> {
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h 32 enum ShiftExtendType {
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp 150 enum ElfMappingSymbol {
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h 24 enum VariantKind {
lib/Target/AArch64/Utils/AArch64BaseInfo.h 235 enum CondCode { // Meaning (integer) Meaning (floating-point)
464 enum VectorLayout {
lib/Target/AMDGPU/AMDGPUAliasAnalysis.h 31 class AMDGPUAAResult : public AAResultBase<AMDGPUAAResult> {
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h 97 struct AMDGPUFunctionArgInfo {
lib/Target/AMDGPU/AMDGPUAsmPrinter.h 42 struct SIFunctionResourceInfo {
lib/Target/AMDGPU/AMDGPULibFunc.h 245 enum ENamePrefix {
251 enum EType {
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp 78 struct MemAccessInfo {
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h 40 struct FuncInfo {
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h 66 class GCNTTIImpl final : public BasicTTIImplBase<GCNTTIImpl> {
220 class R600TTIImpl final : public BasicTTIImplBase<R600TTIImpl> {
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp 132 enum ImmTy {
lib/Target/AMDGPU/GCNRegBankReassign.cpp 636 struct BankStall {
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp 53 enum StackItem {
lib/Target/AMDGPU/R600InstrInfo.h 60 enum BankSwizzle {
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp 69 class RegSeqInfo {
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 197 struct MemAddress {
lib/Target/AMDGPU/SIMachineFunctionInfo.h 118 struct SIArgument {
186 struct SIArgumentInfo {
426 struct SpilledReg {
448 struct VGPRSpillToAGPR {
lib/Target/AMDGPU/SIMemoryLegalizer.cpp 117 class SIMemOpInfo final {
lib/Target/AMDGPU/SIWholeQuadMode.cpp 125 struct InstrInfo {
131 struct BlockInfo {
137 struct WorkItem {
lib/Target/ARC/ARCTargetTransformInfo.h 29 class ARCTTIImpl : public BasicTTIImplBase<ARCTTIImpl> {
lib/Target/ARM/ARMBasicBlockInfo.h 41 struct BasicBlockInfo {
lib/Target/ARM/ARMConstantIslandPass.cpp 128 struct CPUser {
158 struct CPEntry {
190 struct ImmBranch {
lib/Target/ARM/ARMISelLowering.cpp 7338 struct ShuffleSourceInfo {
lib/Target/ARM/ARMLoadStoreOptimizer.cpp 129 struct MemOpQueueEntry {
lib/Target/ARM/ARMTargetTransformInfo.h 41 class ARMTTIImpl : public BasicTTIImplBase<ARMTTIImpl> {
lib/Target/ARM/AsmParser/ARMAsmParser.cpp 668 class ARMOperand : public MCParsedAsmOperand {
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h 27 enum ShiftOpc {
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp 276 struct AttributeItem {
lib/Target/Hexagon/BitTracker.h 98 struct Cmp {
154 struct BitTracker::BitValue {
lib/Target/Hexagon/HexagonBitSimplify.cpp 2904 struct LoopCand {
2915 struct PhiInfo {
lib/Target/Hexagon/HexagonBitTracker.h 61 struct ExtType {
lib/Target/Hexagon/HexagonBlockRanges.h 33 struct RegisterRef {
78 class IndexRange : public std::pair<IndexType,IndexType> {
lib/Target/Hexagon/HexagonCommonGEP.cpp 79 struct NodeOrdering {
305 struct in_set {
lib/Target/Hexagon/HexagonConstExtenders.cpp 55 struct OffsetRange {
317 struct ExtDesc {
lib/Target/Hexagon/HexagonExpandCondsets.cpp 176 struct RegisterRef {
lib/Target/Hexagon/HexagonGenInsert.cpp 208 struct RegisterOrdering : public UnsignedMap {
290 struct RegisterCellLexCompare {
307 struct RegisterCellBitCompareSel {
1220 struct IFOrdering {
lib/Target/Hexagon/HexagonGenMux.cpp 91 struct CondsetInfo {
99 struct DefUseInfo {
lib/Target/Hexagon/HexagonGenPredicate.cpp 49 struct RegisterSubReg {
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp 1633 struct WeightedLeaf {
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 163 struct Rule {
lib/Target/Hexagon/HexagonTargetTransformInfo.h 33 class HexagonTTIImpl : public BasicTTIImplBase<HexagonTTIImpl> {
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h 33 class DuplexCandidate {
43 class PacketIterator {
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h 105 class HexagonInstr {
lib/Target/Hexagon/RDFRegisters.h 71 struct RegisterRef {
lib/Target/Lanai/LanaiAluCode.h 22 enum AluCode {
lib/Target/Lanai/LanaiCondCode.h 10 enum CondCode {
lib/Target/Lanai/LanaiTargetTransformInfo.h 28 class LanaiTTIImpl : public BasicTTIImplBase<LanaiTTIImpl> {
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h 23 class MipsABIInfo {
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp 38 struct MipsRelocationEntry {
lib/Target/Mips/MipsAnalyzeImmediate.h 19 struct Inst {
lib/Target/Mips/MipsConstantIslandPass.cpp 204 struct BasicBlockInfo {
253 struct CPUser {
303 struct CPEntry {
323 struct ImmBranch {
lib/Target/Mips/MipsRegisterBankInfo.h 56 enum InstType {
lib/Target/NVPTX/NVPTXTargetTransformInfo.h 27 class NVPTXTTIImpl : public BasicTTIImplBase<NVPTXTTIImpl> {
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h 26 enum Predicate {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp 1106 struct ValueBit {
1148 struct BitGroup {
1173 struct ValueRotInfo {
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp 69 struct BucketElement {
77 struct Bucket {
lib/Target/PowerPC/PPCReduceCRLogicals.cpp 355 struct CRLogicalOpInfo {
lib/Target/PowerPC/PPCTargetTransformInfo.h 26 class PPCTTIImpl : public BasicTTIImplBase<PPCTTIImpl> {
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h 25 enum VariantKind {
lib/Target/RISCV/RISCVTargetTransformInfo.h 27 class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {
lib/Target/RISCV/Utils/RISCVBaseInfo.h 94 enum RoundingMode {
182 enum ABI {
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h 25 enum VariantKind {
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp 570 struct CompareInsn {
lib/Target/SystemZ/SystemZTargetTransformInfo.h 18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h 126 enum class BlockType : unsigned {
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp 195 struct CompareBlockNumbers {
209 struct CompareBlockNumbersBackwards {
224 struct Entry {
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h 28 class WebAssemblyTTIImpl final : public BasicTTIImplBase<WebAssemblyTTIImpl> {
lib/Target/X86/AsmParser/X86AsmParser.cpp 113 enum InfixCalculatorTok {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h 75 enum CondCode {
lib/Target/X86/X86CmovConversion.cpp 376 struct DepthInfo {
lib/Target/X86/X86DomainReassignment.cpp 300 class Closure {
lib/Target/X86/X86FrameLowering.cpp 3017 struct X86FrameSortingObject {
3038 struct X86FrameSortingComparator {
lib/Target/X86/X86InstrFoldTables.h 68 struct X86MemoryFoldTableEntry {
lib/Target/X86/X86OptimizeLEAs.cpp 78 class MemOpKey {
lib/Target/X86/X86PadShortFunction.cpp 35 struct VisitedBBInfo {
lib/Target/X86/X86SpeculativeLoadHardening.cpp 139 struct BlockCondInfo {
lib/Target/X86/X86TargetTransformInfo.h 27 class X86TTIImpl : public BasicTTIImplBase<X86TTIImpl> {
lib/Target/XCore/XCoreFrameLowering.cpp 48 struct StackSlotInfo {
lib/Target/XCore/XCoreTargetTransformInfo.h 27 class XCoreTTIImpl : public BasicTTIImplBase<XCoreTTIImpl> {
lib/TextAPI/MachO/TextStub.cpp 209 struct ExportSection {
221 struct UndefinedSection {
231 struct SymbolSection {
241 struct MetadataSection {
247 struct UmbrellaSection {
lib/TextAPI/MachO/TextStubCommon.h 26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
27 LLVM_YAML_STRONG_TYPEDEF(uint8_t, SwiftVersion)
lib/Transforms/IPO/CalledValuePropagation.cpp 54 class CVPLatticeVal {
63 struct Compare {
lib/Transforms/IPO/FunctionAttrs.cpp 1107 struct InferenceDescriptor {
lib/Transforms/IPO/HotColdSplitting.cpp 358 class OutliningRegion {
lib/Transforms/IPO/Internalize.cpp 57 class PreserveAPIList {
lib/Transforms/IPO/LowerTypeTests.cpp 245 struct ByteArrayInfo {
404 struct TypeIdUserInfo {
1824 struct TIInfo {
1836 struct ExportedFunctionInfo {
lib/Transforms/IPO/MergeFunctions.cpp 175 class FunctionNode {
lib/Transforms/IPO/SampleProfile.cpp 414 struct NotInlinedProfileInfo {
lib/Transforms/IPO/WholeProgramDevirt.cpp 255 struct VTableSlot {
308 struct VirtualCallSite {
lib/Transforms/InstCombine/InstCombinePHI.cpp 907 struct LoweredPHIRecord {
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 161 struct RegInfo {
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 400 struct CachedCombinedShadow {
lib/Transforms/Instrumentation/GCOVProfiling.cpp 284 class GCOVBlock : public GCOVRecord {
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp 183 struct PromotionCandidate {
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 183 class BBState {
lib/Transforms/ObjCARC/PtrState.h 40 enum Sequence {
56 struct RRInfo {
lib/Transforms/Scalar/ADCE.cpp 76 struct InstInfoType {
lib/Transforms/Scalar/DivRemPairs.cpp 40 struct ExpandedMatch {
75 struct DivRemPairWorklistEntry {
lib/Transforms/Scalar/EarlyCSE.cpp 95 struct SimpleValue {
371 struct CallValue {
lib/Transforms/Scalar/GVN.cpp 113 struct llvm::GVN::Expression {
163 struct llvm::gvn::AvailableValue {
lib/Transforms/Scalar/GVNHoist.cpp 142 struct CHIArg {
lib/Transforms/Scalar/GVNSink.cpp 194 struct SinkingInstructionCandidate {
229 class ModelledPHI {
lib/Transforms/Scalar/GuardWidening.cpp 207 class RangeCheck {
lib/Transforms/Scalar/IndVarSimplify.cpp 945 struct NarrowIVDefUse {
989 enum ExtendKind { ZeroExtended, SignExtended, Unknown };
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp 185 class Range {
443 struct LoopStructure {
534 struct SubRanges {
lib/Transforms/Scalar/LoopPredication.cpp 235 struct LoopICmp {
lib/Transforms/Scalar/LoopStrengthReduce.cpp 208 class RegSortData {
323 struct Formula {
1075 struct LSRFixup {
1131 class LSRUse {
1855 struct IVInc {
1866 struct IVChain {
lib/Transforms/Scalar/LoopUnrollPass.cpp 279 struct UnrolledInstState {
309 struct EstimatedUnrollCost {
lib/Transforms/Scalar/MemCpyOptimizer.cpp 84 struct MemsetRange {
lib/Transforms/Scalar/MergeICmps.cpp 80 struct BCEAtom {
188 class BCECmpBlock {
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 };
3498 struct NewGVN::ValueDFS {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1332 class DeferredReplacement {
lib/Transforms/Scalar/SCCP.cpp 79 class LatticeVal {
lib/Transforms/Scalar/SROA.cpp 131 class IRBuilderPrefixedInserter : public IRBuilderDefaultInserter {
158 class Slice {
429 class AllocaSlices::partition_iterator
3642 struct SplitOffsets {
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp 211 struct CostsAndCount {
lib/Transforms/Scalar/TailRecursionElimination.cpp 211 enum VisitType {
lib/Transforms/Utils/BypassSlowDivision.cpp 46 struct QuotRemPair {
lib/Transforms/Utils/Local.cpp 2636 struct BitPart {
lib/Transforms/Utils/LowerSwitch.cpp 88 struct CaseRange {
118 struct CaseCmp {
lib/Transforms/Utils/PredicateInfo.cpp 98 struct ValueDFS {
127 struct ValueDFS_Compare {
lib/Transforms/Utils/PromoteMemoryToRegister.cpp 162 struct RenamePassData {
lib/Transforms/Utils/SimplifyCFG.cpp 163 struct ValueEqualityComparisonCase {
lib/Transforms/Utils/ValueMapper.cpp 56 struct DelayedBasicBlock {
65 struct WorklistEntry {
194 struct Data {
lib/Transforms/Vectorize/LoopVectorizationPlanner.h 169 struct VectorizationFactor {
lib/Transforms/Vectorize/LoopVectorize.cpp 1008 struct RegisterUsage {
lib/Transforms/Vectorize/SLPVectorizer.cpp 636 struct EdgeInfo {
687 struct OperandData {
2016 class nodes_iterator {
lib/Transforms/Vectorize/VPlan.h 83 struct VPIteration {
lib/XRay/Profile.cpp 45 struct BlockHeader {
319 struct StackEntry {
projects/compiler-rt/lib/xray/xray_function_call_trie.h 92 class FunctionCallTrie {
135 struct Allocators {
164 struct Buffers {
projects/openmp/libomptarget/src/device.h 32 struct HostDataToTargetTy {
83 struct DeviceTy {
projects/openmp/libomptarget/src/private.h 45 struct MapComponentInfoTy {
tools/bugpoint/ListReducer.h 29 enum TestResult {
tools/bugpoint/ToolRunner.h 49 enum FileType { AsmFile, ObjectFile, CFile };
tools/clang/include/clang-c/Index.h 107 struct CXUnsavedFile {
2682 typedef struct {
5102 typedef struct {
tools/clang/include/clang/AST/APValue.h 115 class APValue {
119 enum ValueKind {
195 class LValuePathEntry {
tools/clang/include/clang/AST/ASTContext.h 148 struct TypeInfo {
164 struct BlockVarCopyInit {
842 class import_iterator {
3017 enum PragmaSectionFlag : unsigned {
tools/clang/include/clang/AST/ASTImporter.h 50 class ImportError : public llvm::ErrorInfo<ImportError> {
tools/clang/include/clang/AST/ASTTypeTraits.h 57 class ASTNodeKind {
230 class DynTypedNode {
tools/clang/include/clang/AST/ASTUnresolvedSet.h 93 class LazyASTUnresolvedSet {
tools/clang/include/clang/AST/Availability.h 30 class AvailabilitySpec {
tools/clang/include/clang/AST/BaseSubobject.h 30 class BaseSubobject {
tools/clang/include/clang/AST/CXXInheritance.h 134 struct IsVirtBaseAndNumberNonVirtBases {
241 struct UniqueVirtualMethod {
tools/clang/include/clang/AST/CharUnits.h 38 class CharUnits {
tools/clang/include/clang/AST/Comment.h 309 enum RenderKind {
tools/clang/include/clang/AST/CommentLexer.h 55 class Token {
tools/clang/include/clang/AST/ComparisonCategories.h 56 enum class ComparisonCategoryResult : unsigned char {
67 class ComparisonCategoryInfo {
76 struct ValueInfo {
tools/clang/include/clang/AST/DeclAccessPair.h 29 class DeclAccessPair {
tools/clang/include/clang/AST/DeclBase.h 902 class redecl_iterator {
1195 class DeclContextLookupResult {
1220 class iterator : public IteratorBase {
1985 class decl_iterator {
2303 struct udir_iterator : udir_iterator_base {
tools/clang/include/clang/AST/DeclCXX.h 279 struct DefinitionData {
3337 class shadow_iterator {
tools/clang/include/clang/AST/DeclContextInternals.h 34 struct StoredDeclsList {
tools/clang/include/clang/AST/DeclFriend.h 187 class CXXRecordDecl::friend_iterator {
tools/clang/include/clang/AST/DeclGroup.h 51 class DeclGroupRef {
tools/clang/include/clang/AST/DeclLookups.h 28 class DeclContext::all_lookups_iterator {
tools/clang/include/clang/AST/DeclObjC.h 387 struct GetTypeFn {
1179 struct DefinitionData {
2065 struct DefinitionData {
tools/clang/include/clang/AST/DeclarationName.h 145 class DeclarationName {
690 struct DeclarationNameInfo {
tools/clang/include/clang/AST/DependentDiagnostic.h 125 class DeclContext::ddiag_iterator {
tools/clang/include/clang/AST/Expr.h 4686 class Designator {
tools/clang/include/clang/AST/ExternalASTMerger.h 83 class ImporterSource {
tools/clang/include/clang/AST/ExternalASTSource.h 172 class ASTSourceDescriptor {
tools/clang/include/clang/AST/FormatString.h 64 class LengthModifier {
121 class ConversionSpecifier {
tools/clang/include/clang/AST/GlobalDecl.h 40 class GlobalDecl {
tools/clang/include/clang/AST/LambdaCapture.h 25 class LambdaCapture {
tools/clang/include/clang/AST/NSAPI.h 72 enum NSArrayMethodKind {
96 enum NSDictionaryMethodKind {
121 enum NSSetMethodKind {
174 enum NSNumberLiteralMethodKind {
tools/clang/include/clang/AST/NestedNameSpecifier.h 236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/OSLog.h 27 enum Kind {
tools/clang/include/clang/AST/OpenMPClause.h 4211 class MappableComponent {
4570 class const_component_lists_iterator
tools/clang/include/clang/AST/OperationKinds.h 20 enum CastKind {
25 enum BinaryOperatorKind {
tools/clang/include/clang/AST/RecordLayout.h 40 struct VBaseInfo {
tools/clang/include/clang/AST/Redeclarable.h 239 class redecl_iterator {
tools/clang/include/clang/AST/Stmt.h 2897 class AsmStringPiece {
tools/clang/include/clang/AST/StmtIterator.h 124 struct StmtIterator : public StmtIteratorImpl<StmtIterator, Stmt*&> {
140 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator,
tools/clang/include/clang/AST/StmtOpenMP.h 92 class used_clauses_child_iterator
tools/clang/include/clang/AST/TemplateBase.h 50 class TemplateArgument {
449 class TemplateArgumentLoc {
554 class TemplateArgumentListInfo {
tools/clang/include/clang/AST/TemplateName.h 187 class TemplateName {
tools/clang/include/clang/AST/Type.h 643 class QualType {
3419 class ExtParameterInfo {
tools/clang/include/clang/AST/UnresolvedSet.h 31 class UnresolvedSetIterator : public llvm::iterator_adaptor_base<
tools/clang/include/clang/AST/VTableBuilder.h 235 struct AddressPointLocation {
474 struct MethodVFTableLocation {
tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h 122 struct MatchFinderOptions {
tools/clang/include/clang/ASTMatchers/ASTMatchers.h 103 class BoundNodes {
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h 146 class BoundNodesMap {
211 class BoundNodesTreeBuilder {
341 class DynTypedMatcher {
1756 struct NotEqualsBoundNodePredicate {
tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h 40 struct MatcherCompletion {
tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h 33 class ArgKind {
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/Analysis/Analyses/PostOrderCFGView.h 95 struct BlockOrderCompare {
tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h 30 class UninitUse {
tools/clang/include/clang/Analysis/AnyCall.h 25 class AnyCall {
tools/clang/include/clang/Analysis/CFG.h 55 class CFGElement {
132 class CFGStmt : public CFGElement {
156 class CFGConstructor : public CFGStmt {
184 class CFGCXXRecordTypedCall : public CFGStmt {
245 class CFGNewAllocator : public CFGElement {
364 class CFGImplicitDtor : public CFGElement {
389 class CFGAutomaticObjDtor: public CFGImplicitDtor {
414 class CFGDeleteDtor : public CFGImplicitDtor {
440 class CFGBaseDtor : public CFGImplicitDtor {
482 class CFGTemporaryDtor : public CFGImplicitDtor {
tools/clang/include/clang/Analysis/CloneDetection.h 33 class StmtSequence {
391 struct SuspiciousCloneInfo {
tools/clang/include/clang/Analysis/PathDiagnostic.h 335 class PathDiagnosticLocationPair {
tools/clang/include/clang/Analysis/ProgramPoint.h 225 class BlockEntrance : public ProgramPoint {
271 class StmtPoint : public ProgramPoint {
295 class PreStmt : public StmtPoint {
311 class PostStmt : public StmtPoint {
335 class FunctionExitPoint : public ProgramPoint {
359 class PostCondition : public PostStmt {
388 class PreLoad : public LocationCheck {
402 class PreStore : public LocationCheck {
416 class PostLoad : public PostStmt {
431 class PostStore : public PostStmt {
457 class PostLValue : public PostStmt {
473 class PreStmtPurgeDeadSymbols : public StmtPoint {
489 class PostStmtPurgeDeadSymbols : public StmtPoint {
503 class BlockEdge : public ProgramPoint {
527 class PostInitializer : public ProgramPoint {
583 class PreImplicitCall : public ImplicitCallPoint {
600 class PostImplicitCall : public ImplicitCallPoint {
614 class PostAllocatorCall : public StmtPoint {
630 class CallEnter : public ProgramPoint {
668 class CallExitBegin : public ProgramPoint {
688 class CallExitEnd : public ProgramPoint {
713 class LoopExit : public ProgramPoint {
732 class EpsilonPoint : public ProgramPoint {
tools/clang/include/clang/Analysis/RetainSummaryManager.h 35 enum class ObjKind {
139 class RetEffect {
207 class ObjCSummaryKey {
637 enum class BehaviorSummary {
tools/clang/include/clang/Analysis/Support/BumpVector.h 32 class BumpVectorContext {
tools/clang/include/clang/Basic/ABI.h 178 struct ThunkInfo {
tools/clang/include/clang/Basic/AddressSpaces.h 25 enum class LangAS : unsigned {
tools/clang/include/clang/Basic/AttrKinds.h 22 enum Kind {
tools/clang/include/clang/Basic/AttrSubjectMatchRules.h 19 enum SubjectMatchRule {
tools/clang/include/clang/Basic/Cuda.h 19 enum class CudaVersion {
35 enum class CudaArch {
79 enum class CudaVirtualArch {
tools/clang/include/clang/Basic/Diagnostic.h 66 class FixItHint {
349 struct DiagStatePoint {
1438 class StoredDiagnostic {
tools/clang/include/clang/Basic/DiagnosticIDs.h 79 enum class Severity {
98 class DiagnosticMapping {
tools/clang/include/clang/Basic/DiagnosticOptions.h 32 enum class DiagnosticLevelMask : unsigned {
tools/clang/include/clang/Basic/FileManager.h 57 class DirectoryEntryRef {
130 class FileEntryRef {
tools/clang/include/clang/Basic/FixedPoint.h 95 class APFixedPoint {
tools/clang/include/clang/Basic/IdentifierTable.h 672 class Selector {
tools/clang/include/clang/Basic/LangOptions.h 49 class LangOptions : public LangOptionsBase {
87 enum PragmaMSPointersToMembersKind {
94 enum DefaultCallingConvention {
152 enum class CoreFoundationABI {
187 enum class LaxVectorConversionKind {
tools/clang/include/clang/Basic/LangStandard.h 62 enum Kind {
tools/clang/include/clang/Basic/Linkage.h 23 enum Linkage : unsigned char {
73 enum GVALinkage {
tools/clang/include/clang/Basic/Module.h 157 struct Header {
178 struct UnresolvedHeaderDirective {
301 struct UnresolvedExportDecl {
325 struct LinkLibrary {
596 class VisibleModuleSet {
tools/clang/include/clang/Basic/OpenMPKinds.h 22 enum OpenMPDirectiveKind {
32 enum OpenMPClauseKind {
44 enum OpenMPDefaultClauseKind {
52 enum OpenMPProcBindClauseKind {
77 enum OpenMPDependClauseKind {
85 enum OpenMPLinearClauseKind {
126 enum OpenMPDistScheduleClauseKind {
150 enum OpenMPAtomicDefaultMemOrderClauseKind {
158 enum OpenMPDeviceType {
tools/clang/include/clang/Basic/OperatorKinds.h 21 enum OverloadedOperatorKind : int {
tools/clang/include/clang/Basic/PartialDiagnostic.h 35 class PartialDiagnostic {
tools/clang/include/clang/Basic/PragmaKinds.h 14 enum PragmaMSCommentKind {
tools/clang/include/clang/Basic/Sanitizers.h 29 class SanitizerMask {
tools/clang/include/clang/Basic/SourceLocation.h 38 class FileID {
86 class SourceLocation {
196 class SourceRange {
234 class CharSourceRange {
345 class FullSourceLoc : public SourceLocation {
tools/clang/include/clang/Basic/SourceManager.h 508 class InBeforeInTUCacheEntry {
tools/clang/include/clang/Basic/SourceManagerInternals.h 32 struct LineEntry {
tools/clang/include/clang/Basic/Specifiers.h 265 enum CallingConv {
315 enum class NullabilityKind : uint8_t {
tools/clang/include/clang/Basic/TokenKinds.h 24 enum TokenKind : unsigned short {
tools/clang/include/clang/Basic/Visibility.h 33 enum Visibility {
52 class LinkageInfo {
tools/clang/include/clang/CodeGen/CodeGenAction.h 29 struct LinkModule {
tools/clang/include/clang/CodeGen/SwiftCallingConv.h 44 struct StorageEntry {
tools/clang/include/clang/DirectoryWatcher/DirectoryWatcher.h 66 struct Event {
tools/clang/include/clang/Driver/Compilation.h 83 struct TCArgsKey final {
tools/clang/include/clang/Driver/DarwinSDKInfo.h 21 class DarwinSDKInfo {
tools/clang/include/clang/Driver/Distro.h 24 enum DistroType {
tools/clang/include/clang/Driver/Driver.h 50 enum LTOKind {
64 enum DriverMode {
71 enum SaveTempsMode {
87 enum OpenMPRuntimeKind {
427 struct CompilationDiagnosticReport {
tools/clang/include/clang/Driver/Multilib.h 28 class Multilib {
tools/clang/include/clang/Driver/Types.h 23 enum ID {
tools/clang/include/clang/Edit/EditedSource.h 51 struct MacroArgUse {
tools/clang/include/clang/Format/Format.h 49 struct FormatStyle {
tools/clang/include/clang/Frontend/ASTUnit.h 91 struct StandaloneFixIt {
98 struct StandaloneDiagnostic {
tools/clang/include/clang/Frontend/CommandLineSourceLoc.h 24 struct ParsedSourceLocation {
54 struct ParsedSourceRange {
tools/clang/include/clang/Frontend/CompilerInstance.h 169 struct OutputFile {
tools/clang/include/clang/Frontend/DependencyOutputOptions.h 25 class DependencyOutputOptions {
tools/clang/include/clang/Frontend/FrontendOptions.h 144 class InputKind {
184 class FrontendInputFile {
tools/clang/include/clang/Frontend/PrecompiledPreamble.h 49 class PrecompiledPreamble {
132 class TempPCHFile {
165 class InMemoryPreamble {
170 class PCHStorage {
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h 277 class UnparsedFileStatus {
tools/clang/include/clang/Index/DeclOccurrence.h 22 struct DeclOccurrence {
tools/clang/include/clang/Index/IndexSymbol.h 130 struct SymbolRelation {
tools/clang/include/clang/Index/IndexingOptions.h 19 struct IndexingOptions {
tools/clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h 33 enum TokenKind {
tools/clang/include/clang/Lex/DirectoryLookup.h 31 class DirectoryLookup {
tools/clang/include/clang/Lex/HeaderSearch.h 50 struct HeaderFileInfo {
146 struct FrameworkCacheEntry {
tools/clang/include/clang/Lex/ModuleMap.h 150 class KnownHeader {
245 struct InferredDirectory {
tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h 41 class Comp {
tools/clang/include/clang/Lex/PreprocessingRecord.h 430 class iterator : public llvm::iterator_adaptor_base<
tools/clang/include/clang/Lex/Preprocessor.h 505 enum CurLexerKind {
578 class MacroState {
tools/clang/include/clang/Lex/Token.h 34 class Token {
315 struct PPConditionalInfo {
tools/clang/include/clang/Parse/Parser.h 1223 struct LateParsedDefaultArgument {
1464 struct ParsedAttributesWithRange : ParsedAttributes {
tools/clang/include/clang/Sema/CodeCompleteConsumer.h 189 enum Kind {
746 class CodeCompletionResult {
tools/clang/include/clang/Sema/DeclSpec.h 63 class CXXScopeSpec {
1158 struct DeclaratorChunk {
1234 struct ParamInfo {
2561 struct LambdaCapture {
tools/clang/include/clang/Sema/DelayedDiagnostic.h 129 class DelayedDiagnostic {
268 class DelayedDiagnosticPool {
tools/clang/include/clang/Sema/Initialization.h 899 class Step {
tools/clang/include/clang/Sema/Lookup.h 46 class LookupResult {
48 enum LookupResultKind {
76 enum AmbiguityKind {
803 struct select_second {
tools/clang/include/clang/Sema/Overload.h 766 struct OverloadCandidate {
tools/clang/include/clang/Sema/ParsedAttr.h 824 class ParsedAttributes : public ParsedAttributesView {
tools/clang/include/clang/Sema/ScopeInfo.h 84 class PossiblyUnreachableDiag {
244 class WeakObjectProfileTy {
328 class WeakUseTy {
tools/clang/include/clang/Sema/Sema.h 234 struct FileNullability {
460 struct Slot {
524 struct PackIncludeState {
560 struct PragmaAttributeEntry {
568 struct PragmaAttributeGroup {
1454 class PoppedFunctionScopeDeleter {
1696 struct ModuleScope {
3374 enum LookupNameKind {
3486 struct TypoExprState {
10746 struct FunctionDeclAndLoc {
11330 enum FormatStringType {
11423 struct TypeTagData {
11576 struct MisalignedMember {
tools/clang/include/clang/Sema/Template.h 189 class DeducedTemplateArgument : public TemplateArgument {
tools/clang/include/clang/Sema/TypoCorrection.h 42 class TypoCorrection {
tools/clang/include/clang/Serialization/ASTBitCodes.h 88 class TypeIdx {
220 struct DeclOffset {
2093 class DeclarationNameKey {
tools/clang/include/clang/Serialization/ASTReader.h 511 struct PendingUpdateRecord {
527 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
554 struct FileDeclsInfo {
731 struct PendingMacroInfo {
1042 class InterestingDecl {
1390 class ModuleDeclIterator
tools/clang/include/clang/Serialization/ASTWriter.h 174 class DeclOrType {
338 class DeclUpdate {
tools/clang/include/clang/Serialization/ContinuousRangeMap.h 50 struct Compare {
tools/clang/include/clang/Serialization/GlobalModuleIndex.h 71 struct ModuleInfo {
tools/clang/include/clang/Serialization/InMemoryModuleCache.h 31 struct PCM {
tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 43 enum AnalysisStores {
50 enum AnalysisConstraints {
58 enum AnalysisDiagClients {
66 enum AnalysisPurgeMode {
73 enum AnalysisInliningMode {
84 enum CXXInlineableMemberKind {
104 enum IPAKind {
122 enum class ExplorationStrategyKind {
132 enum UserModeKind {
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h 690 class BugReporterContext {
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/CallEvent.h 426 struct GetTypeFn {
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/MemRegion.h 62 class RegionOffset {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 75 class SVal {
298 class NonLoc : public DefinedSVal {
320 class Loc : public DefinedSVal {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h 549 enum SymbolStatus {
tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h 96 struct CmdLineOption {
143 struct CheckerInfo {
192 struct PackageInfo {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h 25 struct NodeId {
tools/clang/include/clang/Tooling/CommonOptionsParser.h 65 class CommonOptionsParser {
tools/clang/include/clang/Tooling/CompilationDatabase.h 43 struct CompileCommand {
tools/clang/include/clang/Tooling/Core/Diagnostic.h 31 struct DiagnosticMessage {
52 struct Diagnostic {
90 struct TranslationUnitDiagnostics {
tools/clang/include/clang/Tooling/Core/Replacement.h 44 class Range {
83 class Replacement {
209 class Replacements {
tools/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h 85 struct Include {
tools/clang/include/clang/Tooling/Refactoring/ASTSelection.h 49 struct SelectedASTNode {
94 class CodeRangeASTSelection {
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h 36 class AtomicChange {
tools/clang/include/clang/Tooling/Refactoring/Extract/Extract.h 20 class ExtractFunction final : public SourceChangeRefactoringRule {
tools/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h 49 class RenameOccurrences final : public SourceChangeRefactoringRule {
70 class QualifiedRenameRule final : public SourceChangeRefactoringRule {
tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h 39 class SymbolOccurrence {
tools/clang/include/clang/Tooling/RefactoringCallbacks.h 101 struct TemplateElement {
tools/clang/include/clang/Tooling/Syntax/Tokens.h 51 struct FileRange {
100 class Token {
172 class TokenBuffer {
221 struct Expansion {
276 struct MarkedFile {
322 class TokenCollector {
tools/clang/include/clang/Tooling/Transformer/RewriteRule.h 71 struct ASTEdit {
106 struct RewriteRule {
107 struct Case {
261 struct Transformation {
tools/clang/include/clang/Tooling/Transformer/Stencil.h 66 class StencilPart {
90 class Stencil {
tools/clang/lib/ARCMigrate/ObjCMT.cpp 2044 struct EditEntry {
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp 224 struct PoolScope {
tools/clang/lib/ARCMigrate/TransProperties.cpp 50 enum PropActionKind {
tools/clang/lib/ARCMigrate/Transforms.h 86 struct GCAttrOccurrence {
tools/clang/lib/AST/ASTDiagnostic.cpp 558 struct DiffNode {
tools/clang/lib/AST/DeclObjC.cpp 1567 struct SynthesizeIvarChunk {
tools/clang/lib/AST/ExprConstant.cpp 631 class Cleanup {
661 struct ObjectUnderConstruction {
672 enum class ConstructionPhase {
1234 class SpeculativeEvaluationRAII {
5009 struct DynamicType {
6125 class BitCastBuffer {
tools/clang/lib/AST/Interp/Boolean.h 25 class Boolean {
tools/clang/lib/AST/Interp/Function.h 32 class Scope {
35 struct Local {
tools/clang/lib/AST/Interp/Pointer.h 39 class Pointer {
tools/clang/lib/AST/Interp/PrimType.h 27 enum PrimType : unsigned {
tools/clang/lib/AST/ItaniumCXXABI.cpp 56 struct DecompositionDeclName {
tools/clang/lib/AST/VTableBuilder.cpp 64 struct OverriderInfo {
442 struct VCallOffsetMap {
827 struct MethodInfo {
2403 struct MethodInfo {
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 70 struct MemoizedMatchResult {
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp 437 struct Pattern {
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/ThreadSafety.cpp 325 struct CFGBlockInfo {
387 struct VarDefinition {
tools/clang/lib/Analysis/UninitializedValues.cpp 328 enum Class {
tools/clang/lib/Basic/Targets/Lanai.h 27 enum CPUKind {
tools/clang/lib/Basic/Targets/X86.h 29 enum X86SSEEnum {
41 enum MMX3DNowEnum {
47 enum XOPEnum { NoXOP, SSE4A, FMA4, XOP } XOPLevel = NoXOP;
117 enum CPUKind {
tools/clang/lib/CodeGen/Address.h 24 class Address {
tools/clang/lib/CodeGen/CGBlocks.cpp 81 struct BlockCaptureManagedEntity {
339 struct BlockLayoutChunk {
tools/clang/lib/CodeGen/CGBlocks.h 143 class BlockByrefInfo {
160 class Capture {
tools/clang/lib/CodeGen/CGBuilder.h 25 class CGBuilderInserter : protected llvm::IRBuilderDefaultInserter {
tools/clang/lib/CodeGen/CGCall.h 217 struct CallArg {
262 class CallArgList :
267 struct Writeback {
279 struct CallArgCleanup {
tools/clang/lib/CodeGen/CGExprConstant.cpp 747 struct BaseInfo {
tools/clang/lib/CodeGen/CGOpenCLRuntime.h 43 struct EnqueuedBlockInfo {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 4382 struct PrivateHelpersTy {
7121 struct MapInfo {
7141 struct DeferredDevicePtrEntryTy {
tools/clang/lib/CodeGen/CGOpenMPRuntime.h 339 struct DebugLocThreadIdTy {
516 class OffloadEntryInfoTargetRegion final : public OffloadEntryInfo {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h 455 struct FunctionData {
tools/clang/lib/CodeGen/CGRecordLayout.h 65 struct CGBitFieldInfo {
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp 77 struct MemberInfo {
tools/clang/lib/CodeGen/CGValue.h 38 class RValue {
166 class LValue {
tools/clang/lib/CodeGen/CodeGenFunction.h 234 struct JumpDest {
1902 struct VPtr {
4328 struct MultiVersionResolverOption {
tools/clang/lib/CodeGen/CodeGenModule.h 282 struct Structor {
450 struct GlobalInitPriorityCmp {
tools/clang/lib/CodeGen/CodeGenPGO.cpp 358 struct BreakContinue {
tools/clang/lib/CodeGen/CodeGenTBAA.h 42 struct TBAAAccessInfo {
tools/clang/lib/CodeGen/CoverageMappingGen.cpp 38 class SourceMappingRegion {
831 struct BreakContinue {
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/CodeGen/TargetInfo.cpp 8679 class FieldEncoding {
tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp 41 struct SemaphorePipe {
tools/clang/lib/Driver/ToolChains/Arch/ARM.h 37 enum class ReadTPMode {
43 enum class FloatABI {
tools/clang/lib/Driver/ToolChains/Arch/Mips.h 26 enum class FloatABI {
tools/clang/lib/Driver/ToolChains/Arch/PPC.h 25 enum class FloatABI {
tools/clang/lib/Driver/ToolChains/Arch/Sparc.h 23 enum class FloatABI {
tools/clang/lib/Driver/ToolChains/Darwin.cpp 1250 struct DarwinPlatform {
tools/clang/lib/Format/ContinuationIndenter.h 201 struct ParenState {
tools/clang/lib/Format/Format.cpp 1814 struct JavaImportDirective {
tools/clang/lib/Format/FormatTokenLexer.h 31 enum LexerState {
tools/clang/lib/Format/SortJavaScriptImports.cpp 39 struct JsImportedSymbol {
71 struct JsModuleReference {
tools/clang/lib/Format/UnwrappedLineParser.h 36 struct UnwrappedLine {
281 struct UnwrappedLineNode {
tools/clang/lib/Format/UsingDeclarationsSorter.cpp 67 struct UsingDeclaration {
tools/clang/lib/Format/WhitespaceManager.h 88 struct Change {
90 class IsBeforeInFile {
tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp 109 enum class SerializedDiagnosticReader::Cursor {
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp 327 struct Marker {
tools/clang/lib/Index/CommentToXML.cpp 28 class ParamCommandCommentCompareIndex {
55 class TParamCommandCommentComparePosition {
tools/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp 902 struct Directive {
tools/clang/lib/Lex/Lexer.cpp 575 enum PreambleDirectiveKind {
tools/clang/lib/Lex/ModuleMap.cpp 1316 enum TokenKind {
1703 enum AttributeKind {
2307 enum Attribute { Size, ModTime, Unknown };
tools/clang/lib/Parse/ParseOpenMP.cpp 1078 struct SimpleClauseData {
tools/clang/lib/Parse/ParsePragma.cpp 2654 enum FlagKinds { Contract };
2655 enum FlagValues { On, Off, Fast };
tools/clang/lib/Sema/Sema.cpp 1521 struct CallInfo {
tools/clang/lib/Sema/SemaChecking.cpp 1993 struct BuiltinAndString {
2818 struct BuiltinInfo {
10547 enum ComparisonResult {
12565 struct UsageInfo {
tools/clang/lib/Sema/SemaCodeComplete.cpp 74 class ShadowMapEntry {
tools/clang/lib/Sema/SemaDeclAttr.cpp 3135 enum FormatAttrKind {
7706 struct AttributeInsertion {
tools/clang/lib/Sema/SemaLookup.cpp 56 class UnqualUsingEntry {
75 struct Comparator {
tools/clang/lib/Sema/SemaModule.cpp 589 enum class UnnamedDeclKind {
tools/clang/lib/Sema/SemaOpenMP.cpp 80 struct DSAInfo {
94 struct MappedExprComponentTy {
102 struct ReductionData {
119 struct SharingMapTy {
tools/clang/lib/Sema/SemaOverload.cpp10824 struct CompareOverloadCandidatesForDisplay {
11152 struct CompareTemplateSpecCandidatesForDisplay {
tools/clang/lib/Sema/SemaStmt.cpp 604 struct CaseCompareFunctor {
3953 class CatchHandlerType {
tools/clang/lib/Serialization/ASTReader.cpp 2102 struct ModuleMacroRecord {
6001 struct PPEntityComp {
7977 class DeclIDComp {
tools/clang/lib/Serialization/ASTReaderInternals.h 44 class ASTDeclContextNameLookupTrait {
119 struct DeclContextLookupTable {
tools/clang/lib/Serialization/ASTWriter.cpp 5193 struct ModuleInfo {
tools/clang/lib/Serialization/MultiOnDiskHashTable.h 92 struct AsOnDiskTable {
tools/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp 34 class ConstraintBasedEQEvaluator {
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp 29 struct ReachedStat {
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 58 struct TaintConfiguration {
165 struct TaintPropagationRule {
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp 64 struct InvalidationInfo {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 342 enum CheckKind {
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp 34 struct MallocOverflowCheck {
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp 38 struct CallRecord {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp 68 enum AggressivenessKind { // In any case, don't warn after a reset.
tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp 29 enum IVarState { Unused, Used };
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp 229 struct FieldInfo {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h 51 class RefVal {
tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp 167 struct FunctionSummaryTy {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp 116 struct DereferenceInfo {
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 200 class PathDiagnosticBuilder : public BugReporterContext {
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp 819 class MacroArgMap : public std::map<const IdentifierInfo *, ExpArgTokens> {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 154 class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *,
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp 208 struct ExplorationComparator {
270 struct ExplorationComparator {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp 710 struct HeightLess {
tools/clang/lib/Tooling/CompilationDatabase.cpp 206 struct MatchesAny {
223 struct FilterUnusedFlags {
tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp 251 struct SelectedNodeWithParents {
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp 162 struct RenameInfo {
tools/clang/lib/Tooling/Syntax/BuildTree.cpp 45 class syntax::TreeBuilder {
100 struct Forest {
tools/clang/tools/clang-import-test/clang-import-test.cpp 242 struct CIAndOrigins {
tools/clang/tools/clang-refactor/TestSupport.h 53 struct TestSelectionRangesInFile {
55 struct RangeGroup {
tools/clang/tools/diagtool/ShowEnabledWarnings.cpp 26 struct PrettyDiag {
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp 90 struct RecordIdDsc {
tools/clang/tools/extra/clang-doc/Representation.h 46 struct CommentInfo {
115 struct Reference {
152 struct TypeInfo {
167 struct FieldTypeInfo : public TypeInfo {
185 struct MemberTypeInfo : public FieldTypeInfo {
209 struct Location {
271 struct NamespaceInfo : public Info {
292 struct SymbolInfo : public Info {
307 struct FunctionInfo : public SymbolInfo {
327 struct RecordInfo : public SymbolInfo {
361 struct BaseRecordInfo : public RecordInfo {
378 struct EnumInfo : public SymbolInfo {
389 struct Index : public Reference {
tools/clang/tools/extra/clang-include-fixer/IncludeFixerContext.h 22 class IncludeFixerContext {
24 struct HeaderInfo {
32 struct QuerySymbolInfo {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h 27 class SymbolInfo {
126 struct SymbolAndSignals {
tools/clang/tools/extra/clang-query/QueryParser.cpp 136 enum ParsedQueryKind {
150 enum ParsedQueryVariable {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp 580 struct Event {
700 struct LessClangTidyError {
710 struct EqualClangTidyError {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.h 42 struct ClangTidyError : tooling::Diagnostic {
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.h 50 struct ClangTidyOptions {
tools/clang/tools/extra/clang-tidy/ClangTidyProfiling.h 26 struct StorageParams {
tools/clang/tools/extra/clang-tidy/GlobList.h 40 struct GlobListItem {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.h 21 enum class DurationScale : std::uint8_t {
tools/clang/tools/extra/clang-tidy/cert/StrToNumCheck.cpp 38 enum class ConversionKind {
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp 108 struct IntializerInsertion {
tools/clang/tools/extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp 38 struct IncludeDirective {
tools/clang/tools/extra/clang-tidy/llvm/IncludeOrderCheck.cpp 36 struct IncludeDirective {
tools/clang/tools/extra/clang-tidy/modernize/AvoidBindCheck.cpp 38 struct BindArgument {
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.h 244 enum Level {
425 enum NamingStyle {
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h 19 struct ClassifiedToken {
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.h 46 enum CaseType {
56 struct NamingStyle {
71 struct NamingCheckFailure {
tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp 36 struct DifferingParamInfo {
50 struct InconsistentDeclarationInfo {
tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp 18 struct PreprocessorEntry {
tools/clang/tools/extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp 59 struct NewSuffix {
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 308 class ReplyOnce {
tools/clang/tools/extra/clangd/ClangdServer.h 256 struct TweakRef {
tools/clang/tools/extra/clangd/CodeComplete.cpp 155 struct RawIdentifier {
162 struct CompletionCandidate {
233 struct ScoredBundleGreater {
791 struct ScoredSignature {
1203 class CodeCompleteFlow {
tools/clang/tools/extra/clangd/CodeComplete.h 39 struct CodeCompleteOptions {
137 struct CodeCompletion {
164 struct IncludeCandidate {
215 struct CodeCompleteResult {
tools/clang/tools/extra/clangd/CollectMacros.h 21 struct MainFileMacros {
tools/clang/tools/extra/clangd/Compiler.h 38 struct ParseOptions {
44 struct ParseInputs {
tools/clang/tools/extra/clangd/Context.h 69 class Context {
tools/clang/tools/extra/clangd/Diagnostics.h 71 struct Fix {
81 struct Note : DiagBase {};
84 struct Diag : DiagBase {
tools/clang/tools/extra/clangd/ExpectedTypes.h 34 class OpaqueType {
tools/clang/tools/extra/clangd/FileDistance.h 63 struct SourceParams {
93 class URIDistance {
117 class ScopeDistance {
tools/clang/tools/extra/clangd/FindSymbols.cpp 32 struct ScoredSymbolGreater {
tools/clang/tools/extra/clangd/FindTarget.h 84 struct ReferenceLoc {
141 class DeclRelationSet {
tools/clang/tools/extra/clangd/FormattedString.h 46 struct Chunk {
tools/clang/tools/extra/clangd/Function.h 38 class LLVM_NODISCARD Subscription {
tools/clang/tools/extra/clangd/FuzzyMatch.h 71 class FuzzyMatcher {
tools/clang/tools/extra/clangd/GlobalCompilationDatabase.h 27 struct ProjectInfo {
96 struct CDBLookupResult {
tools/clang/tools/extra/clangd/Headers.h 33 struct HeaderFile {
64 struct IncludeGraphNode {
109 class IncludeStructure {
143 class IncludeInserter {
tools/clang/tools/extra/clangd/IncludeFixer.cpp 216 struct CheapUnresolvedName {
tools/clang/tools/extra/clangd/IncludeFixer.h 58 struct UnresolvedName {
tools/clang/tools/extra/clangd/ParsedAST.h 46 class ParsedAST {
tools/clang/tools/extra/clangd/Protocol.h 73 struct URIForFile {
127 struct Position {
156 struct Range {
182 struct Location {
202 struct TextEdit {
233 enum class TraceLevel {
343 enum class OffsetEncoding {
536 struct TextDocumentContentChangeEvent {
638 struct DiagnosticRelatedInformation {
647 struct Diagnostic {
713 struct WorkspaceEdit {
727 struct TweakArgs {
761 struct Command : public ExecuteCommandParams {
771 struct CodeAction {
798 struct DocumentSymbol {
829 struct SymbolInformation {
847 struct SymbolDetails {
872 struct ApplyWorkspaceEditParams {
877 struct ApplyWorkspaceEditResponse {
923 struct Hover {
951 struct CompletionItem {
1010 struct CompletionList {
1021 struct ParameterInformation {
1038 struct SignatureInformation {
1054 struct SignatureHelp {
1092 struct DocumentHighlight {
1129 struct TypeHierarchyItem {
1207 struct SemanticHighlightingInformation {
tools/clang/tools/extra/clangd/RIFF.h 48 struct Chunk {
56 struct File {
tools/clang/tools/extra/clangd/SemanticHighlighting.h 27 enum class HighlightingKind {
52 struct HighlightingToken {
61 struct LineHighlightings {
tools/clang/tools/extra/clangd/SourceCode.h 210 struct Edit {
286 struct DefinedMacro {
tools/clang/tools/extra/clangd/TUScheduler.cpp 233 struct Request {
288 class ASTWorkerHandle {
tools/clang/tools/extra/clangd/TUScheduler.h 34 struct InputsAndAST {
39 struct InputsAndPreamble {
47 enum class WantDiagnostics {
63 struct TUAction {
tools/clang/tools/extra/clangd/URI.h 28 class URI {
tools/clang/tools/extra/clangd/XRefs.cpp 349 class ReferenceFinder : public index::IndexDataConsumer {
351 struct Reference {
tools/clang/tools/extra/clangd/XRefs.h 38 struct LocatedSymbol {
60 struct HoverInfo {
66 struct Param {
tools/clang/tools/extra/clangd/index/Background.h 70 struct Task {
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp 29 class BackgroundIndexLoader {
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.h 28 struct LoadedShard {
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp 103 class DiskBackedIndexStorageManager {
tools/clang/tools/extra/clangd/index/CanonicalIncludes.h 36 class CanonicalIncludes {
tools/clang/tools/extra/clangd/index/FileIndex.h 78 struct RefSlabAndCountReferences {
tools/clang/tools/extra/clangd/index/Index.h 26 struct FuzzyFindRequest {
tools/clang/tools/extra/clangd/index/Ref.h 52 struct Ref {
69 class RefSlab {
93 class Builder {
tools/clang/tools/extra/clangd/index/Relation.h 29 struct Relation {
45 class RelationSlab {
70 class Builder {
tools/clang/tools/extra/clangd/index/Serialization.cpp 193 struct StringTableIn {
tools/clang/tools/extra/clangd/index/Serialization.h 42 struct IndexFileIn {
tools/clang/tools/extra/clangd/index/Symbol.h 36 struct Symbol {
87 struct IncludeHeaderWithReferences {
177 class SymbolSlab {
199 class Builder {
tools/clang/tools/extra/clangd/index/SymbolCollector.h 47 struct Options {
tools/clang/tools/extra/clangd/index/SymbolID.h 31 class SymbolID {
tools/clang/tools/extra/clangd/index/SymbolLocation.h 19 struct SymbolLocation {
tools/clang/tools/extra/clangd/index/dex/PostingList.h 59 class PostingList {
tools/clang/tools/extra/clangd/index/dex/Token.h 40 class Token {
tools/clang/tools/extra/clangd/refactor/Rename.cpp 63 enum ReasonToReject {
tools/clang/tools/extra/clangd/refactor/Tweak.h 49 struct Selection {
77 struct Effect {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp 146 struct ExtractionZone {
274 struct NewFunction {
275 struct Parameter {
356 struct CapturedZoneInfo {
357 struct DeclInformation {
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp 37 MATCHER(EmptyIncludeNode, "") {
42 MATCHER(HadErrors, "") {
tools/clang/tools/extra/clangd/unittests/FuzzyMatchTests.cpp 20 struct ExpectedMatch {
tools/clang/tools/extra/modularize/Modularize.cpp 383 struct Location {
459 struct HeaderEntry {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp 531 class HeaderInclusionPath {
545 class MacroExpansionInstance {
647 class ConditionalExpansionInstance {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.h 39 struct Argument {
46 class CallbackCall {
tools/clang/tools/libclang/CIndexCodeCompletion.cpp 1012 struct OrderCompletionResults {
tools/clang/tools/libclang/CXIndexDataConsumer.h 48 struct EntityInfo : public CXIdxEntityInfo {
222 struct IBOutletCollectionInfo : public AttrInfo {
tools/clang/tools/libclang/CursorVisitor.h 24 class VisitorJob {
tools/clang/tools/libclang/Indexing.cpp 70 class PPRegion {
tools/clang/unittests/AST/ASTImporterTest.cpp 160 struct CodeEntry {
tools/clang/unittests/AST/RecursiveASTVisitorTest.cpp 52 enum class VisitEvent {
59 class CollectInterestingEvents
tools/clang/unittests/Analysis/CFGBuildResult.h 16 class BuildResult {
tools/clang/unittests/Basic/SourceManagerTest.cpp 318 struct MacroAction {
tools/clang/unittests/Index/IndexTests.cpp 56 struct TestSymbol {
tools/clang/unittests/Tooling/CommentHandlerTest.cpp 14 struct Comment {
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp 59 class ReplaceAWithB : public SourceChangeRefactoringRule {
148 class ErrorRule : public SourceChangeRefactoringRule {
199 class FindOccurrences : public FindSymbolOccurrencesRefactoringRule {
tools/clang/unittests/Tooling/SourceCodeBuildersTest.cpp 39 struct TestMatch {
tools/clang/unittests/Tooling/StencilTest.cpp 43 struct TestMatch {
tools/clang/unittests/Tooling/TestVisitor.h 181 struct MatchCandidate {
216 struct ExpectedMatch {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 49 class FlattenedSpelling {
1768 class RuleOrAggregateRuleSet {
3894 enum class SpellingKind {
3905 class SpellingList {
3942 class DocumentationData {
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp 456 enum ModifierType {
1572 struct RecordIndexElement
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp 26 struct DocumentedOption {
tools/clang/utils/TableGen/MveEmitter.cpp 151 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float };
tools/clang/utils/TableGen/NeonEmitter.cpp 70 enum ClassKind {
116 class TypeSpec : public std::string {
139 class Type {
tools/dsymutil/BinaryHolder.h 54 class ObjectEntry : public EntryBase {
98 struct KeyTy {
tools/dsymutil/DebugMap.h 139 struct SymbolMapping {
tools/dsymutil/DwarfLinker.h 84 struct ValidReloc {
tools/dsymutil/DwarfStreamer.h 175 struct EmittedUnit {
tools/dsymutil/LinkUtils.h 28 enum class AccelTableKind {
34 struct LinkOptions {
tools/dsymutil/dsymutil.cpp 85 struct DsymutilOptions {
378 struct OutputLocation {
tools/lld/COFF/Chunks.h 185 class symbol_iterator : public llvm::iterator_adaptor_base<
265 class AssociatedIterator
542 struct ChunkAndOffset {
tools/lld/COFF/Config.h 40 struct Export {
tools/lld/COFF/Driver.cpp 635 enum class DebugKind { Unknown, None, Full, FastLink, GHash, Dwarf, Symtab };
tools/lld/COFF/PDB.cpp 724 struct SymbolScope {
tools/lld/COFF/SymbolTable.cpp 139 struct Location {
192 struct UndefinedDiag {
194 struct File {
tools/lld/COFF/Writer.cpp 171 class PartialSectionKey {
1824 struct Entry { ulittle32_t begin, end, unwind; };
1831 struct Entry { ulittle32_t begin, unwind; };
tools/lld/ELF/Arch/MipsArchTree.cpp 35 struct FileFlags {
tools/lld/ELF/Config.h 67 struct SymbolVersion {
75 struct VersionDefinition {
tools/lld/ELF/Driver.cpp 1595 struct WrappedSymbol {
tools/lld/ELF/LinkerScript.h 40 struct ExprValue {
145 struct SectionPattern {
tools/lld/ELF/Relocations.cpp 687 struct UndefinedDiag {
tools/lld/ELF/Relocations.h 103 struct Relocation {
tools/lld/ELF/SyntheticSections.h 84 struct FdeData {
326 struct FileGot {
420 class DynamicReloc {
540 struct RelativeReloc {
574 struct SymbolTableEntry {
641 struct Entry {
687 struct AddressEntry {
694 struct CuEntry {
699 struct NameAttrEntry {
710 struct GdbSymbol {
813 struct Vernaux {
tools/lld/ELF/Writer.cpp 1208 struct SymbolOrderEntry {
2419 struct SectionOffset {
tools/lld/include/lld/Common/DWARF.h 37 struct VarLoc {
tools/lld/include/lld/Common/Strings.h 31 class StringMatcher {
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp 34 struct CompactUnwindEntry {
60 struct UnwindInfoPage {
tools/lld/lib/ReaderWriter/MachO/DebugInfo.h 44 struct TranslationUnitSource {
64 struct Stab {
tools/lld/lib/ReaderWriter/MachO/LayoutPass.h 34 struct SortKey {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h 80 struct Relocation {
113 struct Section {
138 struct Symbol {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 178 struct AtomAndIndex { const Atom *atom; uint32_t index; SymbolScope scope; };
179 struct AtomSorter {
182 struct SegmentSorter {
186 struct TextSectionSorter {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 1000 struct CIEInfo {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp 233 LLVM_YAML_STRONG_TYPEDEF(uint8_t, ImplicitHex8)
tools/lld/tools/lld/lld.cpp 45 enum Flavor {
tools/lld/wasm/Driver.cpp 574 struct WrappedSymbol {
tools/lld/wasm/SyntheticSections.h 31 struct WasmInitEntry {
tools/lldb/include/lldb/Breakpoint/BreakpointID.h 23 class BreakpointID {
tools/lldb/include/lldb/Core/Address.h 59 class Address {
tools/lldb/include/lldb/Core/AddressRange.h 25 class AddressRange {
tools/lldb/include/lldb/Core/FileSpecList.h 26 class FileSpecList {
tools/lldb/include/lldb/Core/FormatEntity.h 39 struct Entry {
tools/lldb/include/lldb/Core/LoadedModuleInfoList.h 22 class LoadedModuleInfoList {
tools/lldb/include/lldb/Core/ModuleSpec.h 26 class ModuleSpec {
tools/lldb/include/lldb/Core/UniqueCStringMap.h 28 struct Entry {
179 struct Compare {
tools/lldb/include/lldb/Core/Value.h 38 class Value {
tools/lldb/include/lldb/DataFormatters/FormatClasses.h 46 class FormattersMatchCandidate {
tools/lldb/include/lldb/Expression/DWARFExpression.h 35 class DWARFExpression {
tools/lldb/include/lldb/Expression/IRExecutionUnit.h 141 struct JittedFunction : JittedEntity {
149 struct JittedGlobalVariable : JittedEntity {
341 struct AllocationRecord {
tools/lldb/include/lldb/Host/File.h 46 enum OpenOptions : uint32_t {
tools/lldb/include/lldb/Host/HostInfoBase.h 47 enum ArchitectureKind {
tools/lldb/include/lldb/Host/HostThread.h 29 class HostThread {
tools/lldb/include/lldb/Host/MainLoop.h 92 struct SignalInfo {
tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h 35 struct SVR4LibraryInfo {
397 struct SoftwareBreakpoint {
tools/lldb/include/lldb/Host/posix/PipePosix.h 22 class PipePosix : public PipeBase {
tools/lldb/include/lldb/Interpreter/Options.h 30 struct OptionArgElement {
317 struct OptionInfo {
tools/lldb/include/lldb/Symbol/ArmUnwindInfo.h 41 struct ArmExidxEntry {
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/CompilerDecl.h 18 class CompilerDecl {
tools/lldb/include/lldb/Symbol/CompilerDeclContext.h 19 class CompilerDeclContext {
tools/lldb/include/lldb/Symbol/CompilerType.h 30 class CompilerType {
386 struct CompilerType::IntegralTemplateArgument {
tools/lldb/include/lldb/Symbol/Function.h 253 struct CallSiteParameter {
265 class CallEdge {
tools/lldb/include/lldb/Symbol/LineEntry.h 20 struct LineEntry {
tools/lldb/include/lldb/Symbol/LineTable.h 213 struct Entry {
268 class LessThanBinaryPredicate {
tools/lldb/include/lldb/Symbol/ObjectFile.h 94 struct LoadableData {
tools/lldb/include/lldb/Symbol/PostfixExpression.h 53 enum OpType {
134 enum OpType {
tools/lldb/include/lldb/Symbol/Symbol.h 20 class Symbol : public SymbolContextScope {
tools/lldb/include/lldb/Symbol/SymbolContext.h 33 class SymbolContext {
tools/lldb/include/lldb/Symbol/SymbolFile.h 142 struct ArrayInfo {
tools/lldb/include/lldb/Symbol/Type.h 27 struct CompilerContext {
tools/lldb/include/lldb/Target/ExecutionContext.h 291 class ExecutionContext {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h 18 class MemoryRegionInfo {
127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Target/Process.h 2630 struct PreResumeCallbackAndBaton {
tools/lldb/include/lldb/Utility/ArchSpec.h 32 class ArchSpec {
tools/lldb/include/lldb/Utility/Args.h 32 class Args {
34 struct ArgEntry {
tools/lldb/include/lldb/Utility/Broadcaster.h 40 class BroadcastEventSpec {
119 class BroadcasterClassMatches {
134 class BroadcastEventSpecMatches {
149 class ListenerMatchesAndSharedBits {
171 class ListenerMatches {
189 class ListenerMatchesPointer {
tools/lldb/include/lldb/Utility/ConstString.h 39 class ConstString {
tools/lldb/include/lldb/Utility/Environment.h 18 class Environment : private llvm::StringMap<std::string> {
tools/lldb/include/lldb/Utility/FileSpec.h 55 class FileSpec {
tools/lldb/include/lldb/Utility/GDBRemote.h 50 struct GDBRemotePacket {
tools/lldb/include/lldb/Utility/NameMatches.h 15 enum class NameMatch {
tools/lldb/include/lldb/Utility/RegisterValue.h 27 class RegisterValue {
tools/lldb/include/lldb/Utility/RegularExpression.h 18 class RegularExpression {
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 435 struct SignatureStr {
tools/lldb/include/lldb/Utility/Scalar.h 39 class Scalar {
tools/lldb/include/lldb/Utility/SelectHelper.h 53 struct FDInfo {
tools/lldb/include/lldb/Utility/Status.h 44 class Status {
tools/lldb/include/lldb/Utility/StreamString.h 23 class StreamString : public Stream {
tools/lldb/include/lldb/Utility/UUID.h 22 class UUID {
tools/lldb/include/lldb/lldb-enumerations.h 73 enum StateType {
135 enum ByteOrder {
143 enum Encoding {
152 enum Format {
262 enum ExpressionResults {
286 enum ConnectionStatus {
427 enum LanguageType {
633 enum SectionType {
700 FLAGS_ENUM(FunctionNameType){
926 enum QueueKind {
tools/lldb/include/lldb/lldb-private-enumerations.h 115 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 };
201 enum class CompilerContextKind : uint16_t {
tools/lldb/include/lldb/lldb-private-types.h 33 struct RegisterInfo {
75 struct RegisterSet {
tools/lldb/source/API/SBCommandReturnObject.cpp 22 class lldb_private::SBCommandReturnObjectImpl {
tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp 45 class BreakpointIDPairMatches {
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp 83 class BreakpointSiteIDMatches {
tools/lldb/source/Breakpoint/WatchpointList.cpp 86 class WatchpointIDMatches {
tools/lldb/source/Core/IOHandler.cpp 1879 struct Row {
2003 class TreeItem {
tools/lldb/source/Core/PluginManager.cpp 202 struct ABIInstance {
280 struct ArchitectureInstance {
331 struct DisassemblerInstance {
412 struct DynamicLoaderInstance {
497 struct JITLoaderInstance {
580 struct EmulateInstructionInstance {
661 struct OperatingSystemInstance {
746 struct LanguageInstance {
824 struct LanguageRuntimeInstance {
928 struct SystemRuntimeInstance {
1008 struct ObjectFileInstance {
1150 struct ObjectContainerInstance {
1245 struct PlatformInstance {
1363 struct ProcessInstance {
1462 struct ScriptInterpreterInstance {
1556 struct StructuredDataPluginInstance {
1660 struct SymbolFileInstance {
1744 struct SymbolVendorInstance {
1824 struct UnwindAssemblyInstance {
1904 struct MemoryHistoryInstance {
1984 struct InstrumentationRuntimeInstance {
2085 struct TypeSystemInstance {
2186 struct REPLInstance {
tools/lldb/source/Expression/IRExecutionUnit.cpp 696 struct IRExecutionUnit::SearchSpec {
tools/lldb/source/Host/posix/HostInfoPosix.cpp 55 struct PasswdEntry {
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp 390 class ReturnValueExtractor {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h 97 struct ImageInfo {
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h 28 struct ParsedName {
33 struct ParsedFunction {
83 struct ParsedNameRanges {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp 25 class MapEntry {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h 66 struct VTableDescriptor {
74 class VTableRegion {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h 119 struct iVarDescriptor {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h 138 struct RSKernelDescriptor {
151 struct RSGlobalDescriptor {
162 struct RSReductionDescriptor {
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp 19 enum class Token {
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h 23 enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin };
48 class ModuleRecord : public Record {
64 class InfoRecord : public Record {
77 class FileRecord : public Record {
92 class FuncRecord : public Record {
110 class LineRecord : public Record {
127 class PublicRecord : public Record {
144 class StackCFIRecord : public Record {
160 class StackWinRecord : public Record {
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp 20 struct Header {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 1661 struct SectionAddressInfo {
tools/lldb/source/Plugins/Platform/Android/AdbClient.h 28 enum UnixSocketNamespace {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h 52 struct SDKDirectoryInfo {
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h 44 class munmap_delete {
55 class file_close {
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h 19 class DynamicRegisterInfo {
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h 37 struct Cursor {
tools/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h 69 struct CoreNote {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h 63 enum class PacketResult {
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.h 37 struct Range {
50 class MinidumpParser {
tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h 108 class LinuxProcStatus {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h 218 class PythonObject {
425 class PythonBytes : public TypedPythonObject<PythonBytes> {
442 class PythonByteArray : public TypedPythonObject<PythonByteArray> {
460 class PythonString : public TypedPythonObject<PythonString> {
483 class PythonInteger : public TypedPythonObject<PythonInteger> {
501 class PythonBoolean : public TypedPythonObject<PythonBoolean> {
516 class PythonList : public TypedPythonObject<PythonList> {
538 class PythonTuple : public TypedPythonObject<PythonTuple> {
558 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
584 class PythonModule : public TypedPythonObject<PythonModule> {
614 class PythonCallable : public TypedPythonObject<PythonCallable> {
618 struct ArgInfo {
660 class PythonFile : public TypedPythonObject<PythonFile> {
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp 28 class SymbolFileBreakpad::LineIterator {
tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h 26 class DIERef {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 1689 class DWARFASTParserClang::DelayedAddObjCClassProperty {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h 19 class DWARFAttribute {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp 25 class ElaboratingDIEIterator
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h 15 class DWARFDIE : public DWARFBaseDIE {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp 119 class DescriptorContainsAddress {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h 53 struct RngListEntry {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h 25 struct Entry {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h 17 enum class DWARFEnumState { MoreItems, Complete };
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h 37 class DWARFUnitHeader {
85 class ScopedExtractDIEs {
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h 72 struct Atom {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h 447 struct DecodedUID {
tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h 55 class UniqueDWARFASTTypeList {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h 43 struct DeclStatus {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h 44 struct PdbCompilandSymId {
70 struct PdbTypeSymId {
118 struct SymbolAndUid {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h 38 struct CVTagRecord {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h 164 struct SecContribInfo {
tools/lldb/source/Symbol/Symtab.cpp 519 struct SymbolIndexComparator {
tools/lldb/source/Symbol/Type.cpp 110 class TypeAppendVisitor {
tools/lldb/source/Target/StackFrameRecognizer.cpp 135 struct RegisteredEntry {
tools/lldb/source/Utility/Listener.cpp 27 class BroadcasterManagerWPMatcher {
227 class EventMatcher {
tools/lldb/source/Utility/Timer.cpp 108 struct Stats {
tools/lldb/tools/driver/Driver.h 53 struct InitialCmdEntry {
tools/lldb/tools/lldb-vscode/FunctionBreakpoint.h 16 struct FunctionBreakpoint : public BreakpointBase {
tools/lldb/tools/lldb-vscode/IOStream.h 34 struct StreamDescriptor {
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/Core/UniqueCStringMapTest.cpp 15 struct NoDefault {
tools/lldb/unittests/TestingSupport/TestUtilities.h 32 class TestFile {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h 30 class ProcessInfo : public Parser<ProcessInfo> {
50 class ThreadInfo {
64 class JThreadsInfo : public Parser<JThreadsInfo> {
tools/llvm-ar/llvm-ar.cpp 170 enum Format { Default, GNU, BSD, DARWIN, Unknown };
996 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid };
tools/llvm-cfi-verify/lib/FileAnalysis.h 75 class FileAnalysis {
tools/llvm-cov/SourceCoverageView.h 30 struct ExpansionView {
55 struct InstantiationView {
tools/llvm-diff/DiffConsumer.h 57 struct DiffContext {
tools/llvm-dwp/llvm-dwp.cpp 113 struct CompileUnitIdentifiers {
tools/llvm-exegesis/lib/Analysis.h 99 struct ResolvedSchedClassAndPoints {
tools/llvm-exegesis/lib/BenchmarkCode.h 21 struct BenchmarkCode {
tools/llvm-exegesis/lib/BenchmarkResult.h 43 struct BenchmarkMeasure {
58 struct InstructionBenchmark {
tools/llvm-exegesis/lib/Clustering.h 26 class InstructionBenchmarkClustering {
tools/llvm-exegesis/lib/CodeTemplate.h 25 struct InstructionTemplate {
49 enum class ExecutionMode : uint8_t {
109 struct CodeTemplate {
tools/llvm-exegesis/lib/MCInstrDescView.h 36 struct Variable {
65 struct Operand {
163 struct RegisterOperandAssignment {
179 struct AliasingRegisterOperands {
tools/llvm-exegesis/lib/RegisterValue.h 26 struct RegisterValue {
tools/llvm-exegesis/lib/SchedClassResolution.h 39 struct ResolvedSchedClass {
tools/llvm-lipo/llvm-lipo.cpp 90 struct InputFile {
156 class Slice {
tools/llvm-mca/Views/BottleneckAnalysis.h 122 struct InstructionPressureInfo {
179 struct DependencyEdge {
tools/llvm-nm/llvm-nm.cpp 285 struct NMSymbol {
tools/llvm-objcopy/COFF/Object.h 27 struct Relocation {
36 struct Section {
69 struct AuxSymbol {
82 struct Symbol {
tools/llvm-objcopy/CopyConfig.cpp 199 struct TargetInfo {
tools/llvm-objcopy/CopyConfig.h 31 enum class FileFormat {
41 struct MachineInfo {
58 enum SectionFlag {
75 struct SectionRename {
81 struct SectionFlagsUpdate {
98 class NameOrPattern {
147 struct CopyConfig {
241 struct DriverConfig {
tools/llvm-objcopy/ELF/ELFConfig.h 24 struct NewSymbolInfo {
33 struct ELFCopyConfig {
tools/llvm-objcopy/ELF/Object.h 194 struct IHexRecord {
tools/llvm-objcopy/MachO/Object.h 38 struct Section {
68 struct LoadCommand {
tools/llvm-objdump/MachODump.cpp 236 struct SymbolSorter {
tools/llvm-pdbutil/BytesOutputStyle.cpp 35 struct StreamSpec {
tools/llvm-pdbutil/DumpOutputStyle.cpp 885 struct StrAndStat {
tools/llvm-pdbutil/DumpOutputStyle.h 40 struct Stat {
tools/llvm-pdbutil/InputFile.h 40 class InputFile {
128 class SymbolGroupIterator
tools/llvm-pdbutil/LinePrinter.h 95 struct PrintScope {
tools/llvm-pdbutil/PdbYaml.h 38 struct MSFHeaders {
55 struct PdbInfoStream {
64 struct PdbModiStream {
77 struct PdbDbiStream {
89 struct PdbTpiStream {
94 struct PdbPublicsStream {
tools/llvm-pdbutil/StreamUtil.cpp 61 struct IndexedModuleDescriptor {
tools/llvm-profdata/llvm-profdata.cpp 177 struct WeightedFile {
tools/llvm-rc/ResourceScriptStmt.h 29 class RCInt {
69 class IntWithNotMask {
123 class IntOrString {
264 class OptionalStmtList : public OptionalStmt {
320 class Accelerator {
493 class MenuDefinitionList : public MenuDefinition {
606 class Control {
628 struct CtlInfo {
748 class VersionInfoBlock : public VersionInfoStmt {
788 class VersionInfoFixed {
790 enum VersionInfoFixedType {
tools/llvm-readobj/ELFDumper.cpp 2815 struct GroupMember {
2820 struct GroupSection {
4530 struct CoreNote {
tools/llvm-reduce/deltas/Delta.h 25 struct Chunk {
tools/llvm-rtdyld/llvm-rtdyld.cpp 190 struct SectionInfo {
tools/llvm-xray/xray-account.cpp 224 struct ResultRow {
tools/llvm-xray/xray-graph-diff.h 27 class GraphDiffRenderer {
37 struct EdgeAttribute {
41 struct VertexAttribute {
tools/llvm-xray/xray-graph.h 36 class GraphRenderer {
60 struct CallStats {
69 struct FunctionStats {
tools/opt/Debugify.h 24 struct NewPMDebugifyPass : public llvm::PassInfoMixin<NewPMDebugifyPass> {
69 struct NewPMCheckDebugifyPass
tools/polly/include/polly/CodeGen/CodeGeneration.h 31 struct CodeGenerationPass : public PassInfoMixin<CodeGenerationPass> {
tools/polly/include/polly/CodeGen/IRBuilder.h 134 class IRInserter : protected llvm::IRBuilderDefaultInserter {
tools/polly/include/polly/CodeGen/IslAst.h 73 class IslAstInfo {
174 struct IslAstAnalysis : public AnalysisInfoMixin<IslAstAnalysis> {
207 struct IslAstPrinterPass : public PassInfoMixin<IslAstPrinterPass> {
tools/polly/include/polly/CodePreparation.h 19 struct CodePreparationPass : public llvm::PassInfoMixin<CodePreparationPass> {
tools/polly/include/polly/DependenceInfo.h 192 struct DependenceAnalysis : public AnalysisInfoMixin<DependenceAnalysis> {
194 struct Result {
213 struct DependenceInfoPrinterPass
tools/polly/include/polly/JSONExporter.h 18 struct JSONExportPass : public llvm::PassInfoMixin<JSONExportPass> {
25 struct JSONImportPass : public llvm::PassInfoMixin<JSONExportPass> {
tools/polly/include/polly/ScopBuilder.h 762 using LoopStackElementTy = struct LoopStackElement {
tools/polly/include/polly/ScopDetection.h 112 class ScopDetection {
120 struct DetectionContext {
606 struct ScopAnalysis : public AnalysisInfoMixin<ScopAnalysis> {
616 struct ScopAnalysisPrinterPass : public PassInfoMixin<ScopAnalysisPrinterPass> {
tools/polly/include/polly/ScopDetectionDiagnostic.h 157 class RejectLog {
tools/polly/include/polly/ScopInfo.h 473 enum ReductionType {
1107 struct InvariantAccess {
1628 struct Assumption {
2795 class ScopInfo {
2854 struct ScopInfoAnalysis : public AnalysisInfoMixin<ScopInfoAnalysis> {
2862 struct ScopInfoPrinterPass : public PassInfoMixin<ScopInfoPrinterPass> {
tools/polly/include/polly/ScopPass.h 50 class InnerAnalysisManagerProxy<ScopAnalysisManager, Function>::Result {
tools/polly/include/polly/Support/VirtualInstruction.h 169 class VirtualOperandIterator
229 class VirtualInstruction {
tools/polly/lib/Analysis/ScopDetection.cpp 1714 enum Color { WHITE, GREY, BLACK };
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 778 class basic_set {
1053 class id {
1219 class map {
1929 class pw_aff {
2626 class set {
2836 class space {
3040 class union_map {
3501 class union_set {
tools/polly/lib/Transform/DeLICM.cpp 185 class Knowledge {
tools/sancov/sancov.cpp 899 struct FileFn {
unittests/ADT/AnyTest.cpp 130 struct TestType {
unittests/ADT/BumpPtrListTest.cpp 23 struct MoveOnly {
unittests/ADT/DenseMapTest.cpp 34 class CtorTester {
334 struct CountCopyAndMove {
unittests/ADT/DenseSetTest.cpp 141 struct CountCopyAndMove {
unittests/ADT/FallibleIteratorTest.cpp 25 class Item {
41 class FallibleCollectionWalker {
80 class FallibleCollectionWalkerWithStructDeref
90 class FallibleCollectionWalkerWithFallibleDeref
unittests/ADT/FunctionExtrasTest.cpp 106 struct SmallCallable {
116 struct LargeCallable {
182 struct MoveCounter {
unittests/ADT/IteratorTest.cpp 225 struct InputIterator
unittests/ADT/OptionalTest.cpp 28 struct NonDefaultConstructible {
238 struct MoveOnly {
458 struct EqualityMock {};
491 struct InequalityMock {};
546 struct ComparableAndStreamable {
573 struct Comparable {
unittests/ADT/RangeAdapterTest.cpp 85 class reverse_iterator {
unittests/ADT/ScopeExitTest.cpp 17 struct Callable {
unittests/ADT/SmallVectorTest.cpp 26 class Constructable {
806 struct notassignable {
819 struct MovedFrom {
unittests/ADT/StringMapTest.cpp 318 struct StringMapTestStruct {
337 struct MoveOnly {
388 struct Countable {
434 struct CountCtorCopyAndMove {
unittests/ADT/StringSwitchTest.cpp 116 enum class Suffix { Possible, PastTense, Process, InProgressAction, Unknown };
156 enum class OSType { Windows, Linux, Unknown };
unittests/ADT/TestGraph.h 163 class ChildIterator {
unittests/Analysis/AliasAnalysisTest.cpp 76 struct TestCustomAAResult : AAResultBase<TestCustomAAResult> {
unittests/Analysis/CGSCCPassManagerTest.cpp 25 class TestModuleAnalysis : public AnalysisInfoMixin<TestModuleAnalysis> {
27 struct Result {
48 class TestSCCAnalysis : public AnalysisInfoMixin<TestSCCAnalysis> {
50 struct Result {
71 class TestFunctionAnalysis : public AnalysisInfoMixin<TestFunctionAnalysis> {
73 struct Result {
99 class TestImmutableFunctionAnalysis
102 struct Result {
125 struct LambdaModulePass : public PassInfoMixin<LambdaModulePass> {
136 struct LambdaSCCPass : public PassInfoMixin<LambdaSCCPass> {
149 struct LambdaFunctionPass : public PassInfoMixin<LambdaFunctionPass> {
842 struct TestIndirectSCCAnalysis
844 struct Result {
897 struct TestDoublyIndirectSCCAnalysis
899 struct Result {
934 struct TestIndirectFunctionAnalysis
936 struct Result {
unittests/Analysis/SparsePropagation.cpp 49 class TestLatticeVal {
unittests/DebugInfo/DWARF/DwarfGenerator.h 173 struct ValueAndLength {
unittests/DebugInfo/PDB/HashTableTest.cpp 208 struct FooBar {
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp 32 struct AllocatingTransform {
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp 19 class RPCFoo {};
47 class RPCBar {};
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp 113 class FunkySimpleCompiler : public SimpleCompiler {
unittests/IR/CFGBuilder.h 66 struct Update {
unittests/IR/PassBuilderCallbacksTest.cpp 49 class Analysis : public AnalysisInfoMixin<Analysis> {
62 class Result {
126 class Pass : public PassInfoMixin<Pass> {
unittests/IR/PassManagerTest.cpp 21 class TestFunctionAnalysis : public AnalysisInfoMixin<TestFunctionAnalysis> {
23 struct Result {
50 class TestModuleAnalysis : public AnalysisInfoMixin<TestModuleAnalysis> {
52 struct Result {
76 struct TestModulePass : PassInfoMixin<TestModulePass> {
87 struct TestPreservingModulePass : PassInfoMixin<TestPreservingModulePass> {
93 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> {
132 struct TestInvalidationFunctionPass
527 class CustomizedAnalysis : public AnalysisInfoMixin<CustomizedAnalysis> {
529 struct Result {
545 struct CustomizedPass : PassInfoMixin<CustomizedPass> {
583 struct TestIndirectFunctionAnalysis
585 struct Result {
634 struct TestDoublyIndirectFunctionAnalysis
636 struct Result {
667 struct LambdaPass : public PassInfoMixin<LambdaPass> {
unittests/LineEditor/LineEditor.cpp 42 struct TestListCompleter {
unittests/Passes/TestPlugin.cpp 16 struct TestModulePass : public PassInfoMixin<TestModulePass> {
unittests/Support/BinaryStreamTest.cpp 685 struct Foo {
853 struct BinaryItemStreamObject {
unittests/Support/ErrorOrTest.cpp 80 struct Destination {
90 struct CastsToErrorCode {
unittests/Support/FormatVariadicTest.cpp 18 struct Format : public FormatAdapter<int> {
650 struct Recorder {
unittests/Support/YAMLIOTest.cpp 1210 LLVM_YAML_STRONG_TYPEDEF(int, MyNumber)
1212 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, MyString)
1386 LLVM_YAML_STRONG_TYPEDEF(uint32_t, TotalSeconds)
1494 struct KindAndFlags {
1812 struct FlowFooBar {
2796 enum ScalarKind {
unittests/TextAPI/TextStubV1Tests.cpp 19 struct ExportedSymbol {
unittests/TextAPI/TextStubV2Tests.cpp 19 struct ExportedSymbol {
unittests/TextAPI/TextStubV3Tests.cpp 19 struct ExportedSymbol {
unittests/TextAPI/TextStubV4Tests.cpp 18 struct ExampleSymbol {
unittests/Transforms/Scalar/LoopPassManagerTest.cpp 42 class Analysis : public AnalysisInfoMixin<Analysis> {
55 class Result {
153 class Pass : public PassInfoMixin<Pass> {
unittests/XRay/GraphTest.cpp 19 struct VAttr {
22 struct EAttr {
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp 35 MATCHER(IsInvalid, "") { return !arg.isValid(); }
usr/include/c++/7.4.0/bits/locale_classes.h 62 class locale
usr/include/c++/7.4.0/bits/move.h 96 template<typename _Tp>
usr/include/c++/7.4.0/bits/predefined_ops.h 37 struct _Iter_less_iter
usr/include/c++/7.4.0/bits/regex_constants.h 81 enum syntax_option_type : unsigned int { };
usr/include/c++/7.4.0/bits/std_function.h 104 union [[gnu::may_alias]] _Any_data
usr/include/c++/7.4.0/system_error 146 struct error_code
usr/include/c++/7.4.0/thread 62 class thread
77 class id
usr/include/plugin-api.h 86 struct ld_plugin_symbol
usr/include/x86_64-linux-gnu/bits/getopt_ext.h 50 struct option
utils/FileCheck/FileCheck.cpp 238 struct InputAnnotation {
utils/TableGen/AsmMatcherEmitter.cpp 379 struct AsmOperand {
693 struct OperandMatchEntry {
utils/TableGen/AsmWriterEmitter.cpp 618 class IAPrinter {
utils/TableGen/AsmWriterInst.h 26 struct AsmWriterOperand {
78 class AsmWriterInst {
utils/TableGen/CTagsEmitter.cpp 28 class Tag {
utils/TableGen/CodeGenDAGPatterns.h 1061 class Predicate {
1107 class PatternToMatch {
utils/TableGen/CodeGenIntrinsics.h 26 struct CodeGenIntrinsic {
142 enum ArgAttribute {
172 struct TargetSet {
utils/TableGen/CodeGenRegisters.h 50 struct MaskRolPair {
utils/TableGen/CodeGenSchedule.cpp 132 struct Comp {
utils/TableGen/CodeGenSchedule.h 95 struct CodeGenSchedTransition {
329 class OpcodeInfo {
373 class STIPredicateFunction {
utils/TableGen/DAGISelEmitter.cpp 77 struct PatternSortingPredicate {
utils/TableGen/FastISelEmitter.cpp 34 struct InstructionMemo {
87 struct OperandsSignature {
88 class OpKind {
utils/TableGen/FixedLenDecoderEmitter.cpp 58 struct EncodingField {
64 struct OperandInfo {
173 typedef enum {
332 typedef enum {
utils/TableGen/GlobalISelEmitter.cpp 99 class LLTCodeGen {
800 class RuleMatcher : public Matcher {
utils/TableGen/InfoByHwMode.h 120 struct ValueTypeByHwMode : public InfoByHwMode<MVT> {
utils/TableGen/PseudoLoweringEmitter.cpp 35 struct PseudoExpansion {
utils/TableGen/RISCVCompressInstEmitter.cpp 75 struct OpData {
85 struct CompressPat {
utils/TableGen/SubtargetEmitter.cpp 64 struct LessWriteProcResources {
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp 85 class IsMatch {
utils/TableGen/X86FoldTablesEmitter.cpp 312 class IsMatch {
utils/benchmark/include/benchmark/benchmark.h 1272 struct Run {
utils/benchmark/src/benchmark_api_internal.h 16 struct Benchmark::Instance {
utils/unittest/googlemock/include/gmock/gmock-more-matchers.h 50 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h 620 struct InstantiationInfo {
utils/unittest/googletest/src/gtest-internal-inl.h 347 class TestPropertyKeyIs {
utils/unittest/googletest/src/gtest.cc 4475 class TestCaseNameIs {