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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp1 //===-- DWARFAbbreviationDeclaration.cpp ----------------------------------===//
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"
110 const DWARFAbbreviationDeclaration *
H A DDWARFDebugInfoEntry.cpp846 const DWARFAbbreviationDeclaration *
H A DSymbolFileDWARF.h40 class DWARFAbbreviationDeclaration;
/freebsd-13-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"
696 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) {
H A DDWARFUnit.cpp12 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
408 if (const DWARFAbbreviationDeclaration *AbbrDecl =
/freebsd-13-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 {
317 void updateForIndex(const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h568 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec;
670 void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp16 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
356 getAttributeOffsets(const DWARFAbbreviationDeclaration *Abbrev, unsigned Idx,
1252 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec,
1874 const DWARFAbbreviationDeclaration &Abbrev, bool HasODR) {
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile487 SRCS+= Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile457 SRCS_MIW+= DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp

Completed in 200 milliseconds