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

Definitions

include/llvm/ADT/BitVector.h
   73 class BitVector {
include/llvm/ADT/StringRef.h
   54   class StringRef {
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 {
include/llvm/Bitcode/BitcodeAnalyzer.h
   28 enum CurStreamTypeType {
include/llvm/Bitcode/BitcodeReader.h
   50   struct BitcodeLTOInfo {
   57   class BitcodeModule {
  118   struct BitcodeFileContents {
include/llvm/Bitstream/BitstreamReader.h
  306 struct BitstreamEntry {
  339 class BitstreamCursor : SimpleBitstreamCursor {
include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
include/llvm/DebugInfo/CodeView/SymbolRecord.h
  354 class PublicSym32 : public SymbolRecord {
  638 class ObjNameSym : public SymbolRecord {
  721 class Compile3Sym : public SymbolRecord {
  857 class UDTSym : public SymbolRecord {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
include/llvm/DebugInfo/CodeView/TypeRecord.h
  580 class TypeServer2Record : public TypeRecord {
  934 class PrecompRecord : public TypeRecord {
include/llvm/DebugInfo/DIContext.h
   30 struct DILineInfo {
   81 class DIInliningInfo {
  111 struct DIGlobal {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  253   struct AttributeEncoding {
  267   struct Abbrev {
  280   class Entry final : public DWARFAcceleratorTable::Entry {
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
   37   struct LocationList {
   90   struct LocationList {
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
   46 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> {
   54 class DWARFDebugRnglistTable : public DWARFListTableBase<DWARFDebugRnglist> {
include/llvm/DebugInfo/DWARF/DWARFUnit.h
  169 struct StrOffsetsContributionDescriptor {
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/MSF/MSFBuilder.h
   26 class MSFBuilder {
include/llvm/DebugInfo/MSF/MSFCommon.h
   51 struct MSFLayout {
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   28 class ModuleDebugStreamRef {
include/llvm/DebugInfo/PDB/Native/TpiHashing.h
   20 struct TagRecordHash {
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 {
include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
   31 class JITTargetMachineBuilder {
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
   77 class ThreadSafeModule {
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
   76   class MemoryRegionInfo {
include/llvm/IR/DataLayout.h
  111 class DataLayout {
include/llvm/LTO/LTO.h
  327     struct AddedModule {
include/llvm/Object/Archive.h
   87   class Child {
include/llvm/Object/ArchiveWriter.h
   23 struct NewArchiveMember {
include/llvm/Object/COFF.h
  280 class COFFSymbolRef {
include/llvm/Object/COFFModuleDefinition.h
   27 struct COFFModuleDefinition {
include/llvm/Object/Decompressor.h
   20 class Decompressor {
include/llvm/Object/IRObjectFile.h
   78 struct IRSymtabFile {
include/llvm/Object/IRSymtab.h
  362 struct FileContents {
include/llvm/Object/MachO.h
  264   struct LoadCommandInfo {
include/llvm/Object/MachOUniversal.h
   36   class ObjectForArch {
include/llvm/Object/ObjectFile.h
   81 class SectionRef {
  164   enum Type {
include/llvm/Object/SymbolicFile.h
   34 union DataRefImpl {
include/llvm/Object/WindowsResource.h
   98 class ResourceEntryRef {
include/llvm/Object/XCOFFObjectFile.h
  110 struct XCOFFStringTable {
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
   84 struct SourceFileChecksumEntry {
  110 struct YAMLDebugSubsection {
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
   32 struct SymbolRecord {
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
   45 struct LeafRecord {
include/llvm/ObjectYAML/MinidumpYAML.h
  201 struct Object {
include/llvm/Passes/PassPlugin.h
   60 class PassPlugin {
include/llvm/ProfileData/InstrProf.h
  685 struct InstrProfRecord {
include/llvm/Remarks/Remark.h
   30 struct RemarkLocation {
   42 struct Argument {
   54 enum class Type {
include/llvm/Remarks/RemarkFormat.h
   25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream };
include/llvm/Remarks/RemarkParser.h
   59 struct ParsedStringTable {
include/llvm/Support/BinaryByteStream.h
  205 class FileBufferByteStream : public WritableBinaryStream {
include/llvm/Support/CachePruning.h
   26 struct CachePruningPolicy {
include/llvm/Support/FileSystem.h
   86 enum perms {
  844 class TempFile {
include/llvm/Support/GlobPattern.h
   29 class GlobPattern {
include/llvm/Support/JSON.h
   90 class Object {
  154 class Array {
  280 class Value {
include/llvm/Support/MemoryBuffer.h
  261 class MemoryBufferRef {
include/llvm/TextAPI/MachO/Platform.h
   22 enum class PlatformKind : unsigned {
include/llvm/TextAPI/MachO/Target.h
   24 class Target {
include/llvm/Transforms/Instrumentation/MemorySanitizer.h
   21 struct MemorySanitizerOptions {
include/llvm/Transforms/Scalar/LoopUnrollPass.h
   60 struct LoopUnrollOptions {
include/llvm/Transforms/Utils/Local.h
   63 struct SimplifyCFGOptions {
include/llvm/Transforms/Vectorize/LoopVectorize.h
   82 struct LoopVectorizeOptions {
include/llvm/XRay/InstrumentationMap.h
   72 class InstrumentationMap {
include/llvm/XRay/Profile.h
   51 class Profile {
   57   struct Data {
include/llvm/XRay/Trace.h
   46 class Trace {
include/llvm/XRay/XRayRecord.h
   27 struct XRayFileHeader {
lib/DebugInfo/DWARF/DWARFContext.cpp
 1280 struct SymInfo {
lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
   49   struct AugmentationInfo {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  191 class RelocationValueRef {
lib/Support/FileCheckImpl.h
  450   struct VariableProperties {
lib/XRay/Profile.cpp
   45 struct BlockHeader {
tools/bugpoint/ListReducer.h
   29   enum TestResult {
tools/bugpoint/ToolRunner.h
   49   enum FileType { AsmFile, ObjectFile, CFile };
tools/clang/include/clang/AST/ASTTypeTraits.h
  230 class DynTypedNode {
tools/clang/include/clang/AST/DeclGroup.h
   51 class DeclGroupRef {
tools/clang/include/clang/AST/DeclarationName.h
  145 class DeclarationName {
tools/clang/include/clang/AST/Expr.h
 4686   class Designator {
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/TemplateBase.h
   50 class TemplateArgument {
  449 class TemplateArgumentLoc {
tools/clang/include/clang/AST/TemplateName.h
  187 class TemplateName {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/Basic/FileManager.h
   57 class DirectoryEntryRef {
  130 class FileEntryRef {
tools/clang/include/clang/Basic/IdentifierTable.h
  672 class Selector {
tools/clang/include/clang/Basic/SourceLocation.h
   38 class FileID {
   86 class SourceLocation {
  196 class SourceRange {
  234 class CharSourceRange {
tools/clang/include/clang/Format/Format.h
   49 struct FormatStyle {
tools/clang/include/clang/Tooling/CommonOptionsParser.h
   65 class CommonOptionsParser {
tools/clang/include/clang/Tooling/Core/Replacement.h
   83 class Replacement {
  209 class Replacements {
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/tools/clang-import-test/clang-import-test.cpp
  242 struct CIAndOrigins {
tools/clang/tools/extra/clangd/CodeComplete.h
  215 struct CodeCompleteResult {
tools/clang/tools/extra/clangd/Headers.h
   33 struct HeaderFile {
tools/clang/tools/extra/clangd/Protocol.h
   73 struct URIForFile {
  182 struct Location {
  713 struct WorkspaceEdit {
  877 struct ApplyWorkspaceEditResponse {
 1010 struct CompletionList {
 1054 struct SignatureHelp {
tools/clang/tools/extra/clangd/RIFF.h
   48 struct Chunk {
   56 struct File {
tools/clang/tools/extra/clangd/TUScheduler.h
   34 struct InputsAndAST {
   39 struct InputsAndPreamble {
tools/clang/tools/extra/clangd/URI.h
   28 class URI {
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/SymbolID.h
   31 class SymbolID {
tools/clang/tools/extra/clangd/refactor/Tweak.h
   49   struct Selection {
   77   struct Effect {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  274 struct NewFunction {
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   59   class ReplaceAWithB : public SourceChangeRefactoringRule {
  148   class ErrorRule : public SourceChangeRefactoringRule {
  199   class FindOccurrences : public FindSymbolOccurrencesRefactoringRule {
tools/dsymutil/LinkUtils.h
   28 enum class AccelTableKind {
tools/dsymutil/dsymutil.cpp
   85 struct DsymutilOptions {
  378 struct OutputLocation {
tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
   44 struct TranslationUnitSource {
tools/lldb/include/lldb/Core/Address.h
   59 class Address {
tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
   22 class LoadedModuleInfoList {
tools/lldb/include/lldb/Host/File.h
   46   enum OpenOptions : uint32_t {
tools/lldb/include/lldb/Host/HostThread.h
   29 class HostThread {
tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
   35 struct SVR4LibraryInfo {
  397   struct SoftwareBreakpoint {
tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
   19 class CompilerDeclContext {
tools/lldb/include/lldb/Symbol/LineEntry.h
   20 struct LineEntry {
tools/lldb/include/lldb/Utility/Args.h
   32 class Args {
tools/lldb/include/lldb/Utility/RegisterValue.h
   27 class RegisterValue {
tools/lldb/include/lldb/Utility/Scalar.h
   39 class Scalar {
tools/lldb/include/lldb/lldb-private-types.h
   33 struct RegisterInfo {
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  390 class ReturnValueExtractor {
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.h
   50 class MinidumpParser {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  218 class PythonObject {
  460 class PythonString : public TypedPythonObject<PythonString> {
  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/DWARF/DWARFDefines.h
   17 enum class DWARFEnumState { MoreItems, Complete };
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   37 class DWARFUnitHeader {
tools/lldb/unittests/TestingSupport/TestUtilities.h
   32 class TestFile {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
   30 class ProcessInfo : public Parser<ProcessInfo> {
   64 class JThreadsInfo : public Parser<JThreadsInfo> {
tools/llvm-cfi-verify/lib/FileAnalysis.h
   75 class FileAnalysis {
tools/llvm-dwp/llvm-dwp.cpp
  113 struct CompileUnitIdentifiers {
tools/llvm-exegesis/lib/BenchmarkResult.h
   58 struct InstructionBenchmark {
tools/llvm-exegesis/lib/Clustering.h
   26 class InstructionBenchmarkClustering {
tools/llvm-objcopy/CopyConfig.cpp
  199 struct TargetInfo {
tools/llvm-objcopy/CopyConfig.h
   58 enum SectionFlag {
   75 struct SectionRename {
   81 struct SectionFlagsUpdate {
   98 class NameOrPattern {
  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-pdbutil/BytesOutputStyle.cpp
   35 struct StreamSpec {
tools/llvm-pdbutil/InputFile.h
   40 class InputFile {
tools/llvm-rc/ResourceScriptStmt.h
   29 class RCInt {
   69 class IntWithNotMask {
  123 class IntOrString {
  264 class OptionalStmtList : public OptionalStmt {
  493 class MenuDefinitionList : public MenuDefinition {
  606 class Control {
  788   class VersionInfoFixed {
tools/llvm-readobj/ELFDumper.cpp
 4530 struct CoreNote {
tools/llvm-xray/xray-graph-diff.h
   27 class GraphDiffRenderer {
tools/llvm-xray/xray-graph.h
   36 class GraphRenderer {
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
   19 class RPCFoo {};
   47 class RPCBar {};
utils/TableGen/GlobalISelEmitter.cpp
  800 class RuleMatcher : public Matcher {