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

Definitions

gen/lib/Target/X86/X86GenRegisterInfo.inc
   19 enum {
include/llvm/ADT/APSInt.h
   21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/DenseSet.h
  105   class Iterator {
include/llvm/ADT/None.h
   22 enum class NoneType { None = 1 };
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/LazyCallGraph.h
  112 class LazyCallGraph {
include/llvm/Analysis/LoopAnalysisManager.h
   53 struct LoopStandardAnalysisResults {
include/llvm/Analysis/LoopIterator.h
  172 class LoopBlocksRPO {
include/llvm/CodeGen/ISDOpcodes.h
 1020   enum CondCode {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h
   83   class SlotIndex {
include/llvm/CodeGen/ValueTypes.h
   33   struct EVT {
include/llvm/DebugInfo/CodeView/TypeHashing.h
   32 struct LocallyHashedType {
include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
   19 enum class TiRefKind { TypeRef, IndexRef };
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  253   struct AttributeEncoding {
include/llvm/Demangle/MicrosoftDemangleNodes.h
   35 enum Qualifiers : uint8_t {
include/llvm/IR/CallSite.h
  672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use,
include/llvm/IR/Comdat.h
   33   enum SelectionKind {
include/llvm/IR/DebugLoc.h
   33   class DebugLoc {
include/llvm/IR/Function.h
   59 class Function : public GlobalObject, public ilist_node<Function> {
include/llvm/IR/Instruction.h
   43 class Instruction : public User,
include/llvm/IR/Module.h
   66 class Module {
include/llvm/MC/MCAsmMacro.h
   23   enum TokenKind {
include/llvm/MC/MCInst.h
  158 class MCInst {
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
   62 struct SourceLineEntry {
include/llvm/Option/ArgList.h
  368 class InputArgList final : public ArgList {
include/llvm/ProfileData/Coverage/CoverageMapping.h
   91   enum CounterKind { Zero, CounterValueReference, Expression };
include/llvm/Support/BinaryStreamReader.h
   31 class BinaryStreamReader {
include/llvm/Support/BinaryStreamRef.h
  200 struct BinarySubstreamRef {
include/llvm/Support/BinaryStreamWriter.h
   31 class BinaryStreamWriter {
include/llvm/Support/BranchProbability.h
   30 class BranchProbability {
include/llvm/Support/ConvertUTF.h
  126 typedef enum {
include/llvm/Support/FileCheck.h
   67 class FileCheckType {
include/llvm/Support/FormatVariadic.h
   46 struct ReplacementItem {
include/llvm/Support/MachineValueType.h
   30   class MVT {
include/llvm/Support/VersionTuple.h
   26 class VersionTuple {
include/llvm/TextAPI/MachO/Architecture.h
   24 enum Architecture : uint8_t {
include/llvm/TextAPI/MachO/Symbol.h
   49 enum class SymbolKind : uint8_t {
lib/CodeGen/MachineBlockPlacement.cpp
  326   struct WeightedEdge {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
   87   enum class BinOpToken : unsigned {
   97   class EvalResult {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
   75   enum CondCode {
lib/Transforms/Scalar/MergeICmps.cpp
   80 struct BCEAtom {
lib/Transforms/Vectorize/VPlan.h
  568 class VPRecipeBase : public ilist_node_with_parent<VPRecipeBase, VPBasicBlock> {
  986 class VPBasicBlock : public VPBlockBase {
tools/clang/include/clang/AST/CharUnits.h
   38   class CharUnits {
tools/clang/include/clang/AST/DeclBase.h
   74 enum AvailabilityResult {
tools/clang/include/clang/AST/DeclarationName.h
  145 class DeclarationName {
tools/clang/include/clang/AST/LambdaCapture.h
   25 class LambdaCapture {
tools/clang/include/clang/AST/NestedNameSpecifier.h
  236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/Basic/ABI.h
  107 struct ThisAdjustment {
tools/clang/include/clang/Basic/SourceLocation.h
   38 class FileID {
   86 class SourceLocation {
  196 class SourceRange {
tools/clang/include/clang/Basic/TypeTraits.h
   96   enum UnaryExprOrTypeTrait {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   25 struct NodeId {
tools/clang/include/clang/Tooling/CompilationDatabase.h
   43 struct CompileCommand {
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   36 class AtomicChange {
tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
   46 class SourceRangeSelectionRequirement : public SourceSelectionRequirement {
   74 class CodeRangeASTSelectionRequirement : public ASTSelectionRequirement {
tools/clang/lib/CodeGen/CGValue.h
  166 class LValue {
tools/clang/lib/CodeGen/CodeGenFunction.h
  174   struct saved_type {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  473 struct SNodeId {
tools/clang/tools/extra/clang-doc/Representation.h
  115 struct Reference {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
   27 class SymbolInfo {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.h
   21 enum class DurationScale : std::uint8_t {
tools/clang/tools/extra/clangd/Protocol.h
   73 struct URIForFile {
  127 struct Position {
  156 struct Range {
tools/clang/tools/extra/clangd/TUScheduler.h
   64   enum State {
tools/clang/tools/extra/clangd/index/Ref.h
   52 struct Ref {
tools/clang/tools/extra/clangd/index/Relation.h
   29 struct Relation {
tools/clang/tools/extra/clangd/index/SymbolID.h
   31 class SymbolID {
tools/clang/tools/extra/clangd/index/SymbolLocation.h
   19 struct SymbolLocation {
   32   struct Position {
tools/lld/ELF/Config.h
   29 enum ELFKind {
   38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
tools/lldb/include/lldb/Core/Disassembler.h
  180   struct Operand {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
   18 class MemoryRegionInfo {
  127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Utility/FileSpec.h
   55 class FileSpec {
tools/llvm-cfi-verify/lib/GraphBuilder.h
   67 struct GraphResult {
tools/llvm-exegesis/lib/BenchmarkResult.h
   43 struct BenchmarkMeasure {
   58 struct InstructionBenchmark {
   96 class PerInstructionStats {
tools/llvm-pdbutil/LinePrinter.cpp
  130 struct Run {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  778 class basic_set {
 3040 class union_map {
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
   35 MATCHER(IsInvalid, "") { return !arg.isValid(); }
   36 MATCHER(IsReg, "") { return arg.isReg(); }
usr/include/c++/7.4.0/tuple
  963       template<typename _U1, typename _U2, typename
 1616   struct _Swallow_assign
utils/TableGen/CodeGenDAGPatterns.h
   55 struct MachineValueTypeSet {