reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/BlockFrequencyInfoImpl.h
  356   struct Weight {
include/llvm/Analysis/TargetLibraryInfo.h
   27 struct VecDesc {
include/llvm/CodeGen/DwarfStringPoolEntry.h
   31 class DwarfStringPoolEntryRef {
include/llvm/CodeGen/MIRYamlMapping.h
  353 struct CallSiteInfo {
include/llvm/CodeGen/MachineBasicBlock.h
   71   struct RegisterMaskPair {
include/llvm/CodeGen/StackMaps.h
  214   struct LiveOutReg {
include/llvm/CodeGen/SwitchLoweringUtils.h
   36 struct CaseCluster {
   86 struct CaseBits {
include/llvm/DebugInfo/CodeView/CodeView.h
  569 struct FrameData {
include/llvm/DebugInfo/CodeView/SymbolRecord.h
  354 class PublicSym32 : public SymbolRecord {
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  206   struct Sequence {
include/llvm/MC/MCELFObjectWriter.h
   31 struct ELFRelocationEntry {
include/llvm/MC/MCSchedule.h
   64 struct MCWriteProcResEntry {
include/llvm/MCA/Instruction.h
  602 class WriteRef {
include/llvm/Object/ObjectFile.h
   52 class RelocationRef {
  160 class SymbolRef : public BasicSymbolRef {
include/llvm/ProfileData/Coverage/CoverageMapping.h
  171   struct Term {
  272 struct CountedRegion : public CounterMappingRegion {
include/llvm/ProfileData/InstrProfData.inc
  735 typedef struct InstrProfValueData {
include/llvm/Support/JSON.h
  280 class Value {
include/llvm/Support/VirtualFileSystem.h
  507 struct YAMLVFSEntry {
include/llvm/XRay/BlockIndexer.h
   28   struct Block {
lib/AsmParser/LLParser.cpp
 8466   struct ValueContext {
lib/Bitcode/Writer/ValueEnumerator.h
   73   struct MDIndex {
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  124   struct GlobalExpr {
lib/CodeGen/AsmPrinter/DwarfDebug.h
  124   struct FrameIndexExpr {
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  589     struct MemOpLink {
14168 struct LoadedSlice {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6806     struct BranchFunnelTarget {
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  276   struct AttributeItem {
lib/Target/Hexagon/HexagonConstExtenders.cpp
  317     struct ExtDesc {
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1633 struct WeightedLeaf {
lib/Target/XCore/XCoreFrameLowering.cpp
   48 struct StackSlotInfo {
lib/Transforms/Scalar/GuardWidening.cpp
  207   class RangeCheck {
lib/Transforms/Scalar/MergeICmps.cpp
  188 class BCECmpBlock {
lib/Transforms/Utils/LowerSwitch.cpp
   88     struct CaseRange {
tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
   40 struct MatcherCompletion {
tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h
   30 class UninitUse {
tools/clang/include/clang/Basic/ABI.h
  178 struct ThunkInfo {
tools/clang/include/clang/Basic/SourceLocation.h
   86 class SourceLocation {
tools/clang/include/clang/Driver/Multilib.h
   28 class Multilib {
tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  143   struct CheckerInfo {
  192   struct PackageInfo {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   25 struct NodeId {
tools/clang/include/clang/Tooling/Core/Replacement.h
   44 class Range {
tools/clang/lib/CodeGen/CodeGenFunction.h
 4328   struct MultiVersionResolverOption {
tools/clang/lib/Format/WhitespaceManager.h
   88   struct Change {
tools/clang/lib/Sema/SemaChecking.cpp
 1993   struct BuiltinAndString {
 2818   struct BuiltinInfo {
tools/clang/lib/Sema/SemaLookup.cpp
   56   class UnqualUsingEntry {
tools/clang/lib/Serialization/ASTWriter.cpp
 5193     struct ModuleInfo {
tools/clang/tools/extra/clang-include-fixer/IncludeFixerContext.h
   32   struct QuerySymbolInfo {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
  126 struct SymbolAndSignals {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.h
   42 struct ClangTidyError : tooling::Diagnostic {
tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
   50 struct InconsistentDeclarationInfo {
tools/clang/tools/extra/clangd/CodeComplete.cpp
  791 struct ScoredSignature {
tools/clang/tools/extra/clangd/FindTarget.h
   84 struct ReferenceLoc {
tools/clang/tools/extra/clangd/Protocol.h
  202 struct TextEdit {
tools/clang/tools/extra/clangd/XRefs.cpp
  351   struct Reference {
tools/clang/tools/extra/clangd/index/Symbol.h
   36 struct Symbol {
   87   struct IncludeHeaderWithReferences {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3942 class DocumentationData {
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1572 struct RecordIndexElement
tools/lld/COFF/Config.h
   40 struct Export {
tools/lld/COFF/Writer.cpp
 1824     struct Entry { ulittle32_t begin, end, unwind; };
 1831     struct Entry { ulittle32_t begin, unwind; };
tools/lld/ELF/Writer.cpp
 2419 struct SectionOffset {
tools/lld/lib/ReaderWriter/MachO/LayoutPass.h
   34   struct SortKey {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  178   struct AtomAndIndex { const Atom *atom; uint32_t index; SymbolScope scope; };
tools/lldb/include/lldb/Core/UniqueCStringMap.h
   28   struct Entry {
tools/lldb/include/lldb/Symbol/Function.h
  265 class CallEdge {
tools/lldb/include/lldb/Symbol/SymbolContext.h
   33 class SymbolContext {
tools/lldb/source/Utility/Timer.cpp
  108 struct Stats {
tools/llvm-nm/llvm-nm.cpp
  285 struct NMSymbol {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  778 class basic_set {
usr/include/c++/7.4.0/bits/predefined_ops.h
  174       template<typename _Iterator, typename _Value>
utils/FileCheck/FileCheck.cpp
  238 struct InputAnnotation {
utils/TableGen/CodeGenIntrinsics.h
   26 struct CodeGenIntrinsic {