Searched refs:DWARFAbbreviationDeclaration (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp1 //===-- DWARFAbbreviationDeclaration.cpp ------------------------*- C++ -*-===//
9 #include "DWARFAbbreviationDeclaration.h"
20 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration() function in class:DWARFAbbreviationDeclaration
24 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, function in class:DWARFAbbreviationDeclaration
30 DWARFAbbreviationDeclaration::extract(const DWARFDataExtractor &data,
71 bool DWARFAbbreviationDeclaration::IsValid() {
76 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const {
86 bool DWARFAbbreviationDeclaration
[all...]
H A DDWARFAbbreviationDeclaration.h1 //===-- DWARFAbbreviationDeclaration.h --------------------------*- C++ -*-===//
17 class DWARFAbbreviationDeclaration { class
20 DWARFAbbreviationDeclaration();
23 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
56 bool operator==(const DWARFAbbreviationDeclaration &rhs) const;
H A DDWARFDebugAbbrev.h17 #include "DWARFAbbreviationDeclaration.h"
20 typedef std::vector<DWARFAbbreviationDeclaration>
45 const DWARFAbbreviationDeclaration *
55 std::vector<DWARFAbbreviationDeclaration> m_decls;
H A DDWARFDebugAbbrev.cpp30 DWARFAbbreviationDeclaration abbrevDeclaration;
52 const DWARFAbbreviationDeclaration *
H A DDWARFDebugInfoEntry.h15 #include "DWARFAbbreviationDeclaration.h"
124 const DWARFAbbreviationDeclaration *
H A DSymbolFileDWARF.h40 class DWARFAbbreviationDeclaration;
H A DDWARFDebugInfoEntry.cpp1203 const DWARFAbbreviationDeclaration *
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp1 //===- DWARFAbbreviationDeclaration.cpp -----------------------------------===//
9 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
26 void DWARFAbbreviationDeclaration::clear() {
35 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration() { function in class:DWARFAbbreviationDeclaration
40 DWARFAbbreviationDeclaration::extract(DataExtractor Data,
128 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const {
142 DWARFAbbreviationDeclaration::findAttributeIndex(dwarf::Attribute Attr) const {
150 Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue(
185 size_t DWARFAbbreviationDeclaration
[all...]
H A DDWARFDebugAbbrev.cpp33 DWARFAbbreviationDeclaration AbbrDecl;
55 const DWARFAbbreviationDeclaration *
H A DDWARFDie.cpp15 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
683 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) {
H A DDWARFUnit.cpp12 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
411 if (const DWARFAbbreviationDeclaration *AbbrDecl =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h13 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
31 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr;
55 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {
H A DDWARFDebugAbbrev.h12 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
27 std::vector<DWARFAbbreviationDeclaration> Decls;
30 std::vector<DWARFAbbreviationDeclaration>::const_iterator;
39 const DWARFAbbreviationDeclaration *
H A DDWARFAbbreviationDeclaration.h1 //===- DWARFAbbreviationDeclaration.h ---------------------------*- C++ -*-===//
27 class DWARFAbbreviationDeclaration { class in namespace:llvm
86 DWARFAbbreviationDeclaration();
H A DDWARFDie.h59 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {
305 void updateForIndex(const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I);
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile471 SRCS+= Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile443 SRCS_MIW+= DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp

Completed in 100 milliseconds