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

Definitions

include/llvm/IR/DebugInfoMetadata.h
  399 class DIScope : public DINode {
  452 class DIFile : public DIScope {
  583 class DIType : public DIScope {
 1355 class DILocation : public MDNode {
include/llvm/IR/GlobalVariable.h
   41 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
include/llvm/IR/Instruction.h
   43 class Instruction : public User,
include/llvm/IR/Instructions.h
 1400 class CallInst : public CallBase {
include/llvm/IR/Metadata.h
   57 class Metadata {
  863 class MDNode : public Metadata {
 1105 class MDTuple : public MDNode {
include/llvm/IR/Value.h
   74 class Value {
include/llvm/Support/MemoryBuffer.h
   41 class MemoryBuffer {
include/llvm/Support/VirtualFileSystem.h
  244 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
lib/Transforms/Vectorize/VPlan.h
  632 class VPInstruction : public VPUser, public VPRecipeBase {
lib/Transforms/Vectorize/VPlanLoopInfo.h
   27 class VPLoop : public LoopBase<VPBlockBase, VPLoop> {
lib/Transforms/Vectorize/VPlanValue.h
   38 class VPValue {
tools/lldb/include/lldb/Utility/Log.h
   49 class Log final {
tools/lldb/include/lldb/Utility/Reproducer.h
  236 class Generator final {
  294 class Loader final {
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   20 struct Foo {
   23 struct Bar {
unittests/ADT/FoldingSet.cpp
   58 struct TrivialPair : public FoldingSetNode {
unittests/ADT/IListTest.cpp
   19 struct Node : ilist_node<Node> {
unittests/ADT/PointerIntPairTest.cpp
   17   struct S {
unittests/Support/ThreadLocalTest.cpp
   21 struct S {
usr/include/python2.7/object.h
  106 typedef struct _object {
utils/unittest/googletest/include/gtest/gtest.h
 1464   template <typename T>