Searched refs:PDBSymbolTypeUDT (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.cpp1 //===- PDBSymbolTypeUDT.cpp - --------------------------------*- C++ -*-===//
10 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
18 PDBSymbolTypeUDT::PDBSymbolTypeUDT(const IPDBSession &PDBSession, function in class:PDBSymbolTypeUDT
22 void PDBSymbolTypeUDT::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); }
H A DPDBSymbolTypeEnum.cpp15 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
25 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolTypeEnum::getClassParent() const {
26 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId());
H A DPDBSymDumper.cpp128 void PDBSymDumper::dump(const PDBSymbolTypeUDT &Symbol) {
129 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeUDT)
H A DPDBSymbolFunc.cpp17 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
98 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolFunc::getClassParent() const {
99 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId());
H A DPDBSymbol.cpp40 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
78 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT)
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DTypeDumper.h27 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DTypedefDumper.h30 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DVariableDumper.h31 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DClassDefinitionDumper.h29 void start(const PDBSymbolTypeUDT &Exe);
36 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DFunctionDumper.h35 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DTypeDumper.cpp24 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
49 auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>();
82 void TypeDumper::dump(const PDBSymbolTypeUDT &Symbol) {
H A DTypedefDumper.cpp23 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
76 void TypedefDumper::dump(const PDBSymbolTypeUDT &Symbol) {
H A DFunctionDumper.cpp26 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
37 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>(
57 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>(
252 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) {
H A DClassDefinitionDumper.cpp26 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
35 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) {
190 void ClassDefinitionDumper::dump(const PDBSymbolTypeUDT &Symbol) {}
H A DVariableDumper.cpp25 #include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
124 void VariableDumper::dump(const PDBSymbolTypeUDT &Symbol) {
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.h1 //===- PDBSymbolTypeUDT.h - UDT type info -----------------------*- C++ -*-===//
20 class PDBSymbolTypeUDT : public PDBSymbol { class in namespace:llvm
22 PDBSymbolTypeUDT(const IPDBSession &PDBSession,
H A DPDBSymbolTypeEnum.h29 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
H A DPDBSymbolFunc.h28 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
H A DPDBSymDumper.h50 virtual void dump(const PDBSymbolTypeUDT &Symbol);
H A DPDBTypes.h45 class PDBSymbolTypeUDT;
/freebsd-11.0-release/lib/clang/libllvmdebuginfopdb/
H A DMakefile41 PDBSymbolTypeUDT.cpp \

Completed in 187 milliseconds