Searched refs:DWARFDebugInfoEntry (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h18 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
136 std::vector<DWARFDebugInfoEntry> DieArray;
137 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
154 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
291 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
292 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
303 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
333 std::vector<DWARFDebugInfoEntry> &DIEs) const;
H A DDWARFDie.h19 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
38 /// the DWARFDebugInfoEntry was passed around separately and there was the
45 const DWARFDebugInfoEntry *Die = nullptr;
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry * D) : U(Unit), Die(D) {}
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h19 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
139 std::vector<DWARFDebugInfoEntry> DieArray;
145 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
152 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
298 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
299 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
310 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
340 std::vector<DWARFDebugInfoEntry> &DIEs) const;
H A DDWARFDie.h20 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
38 /// the DWARFDebugInfoEntry was passed around separately and there was the
45 const DWARFDebugInfoEntry *Die = nullptr;
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry * D) : U(Unit), Die(D) {}
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h19 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
139 std::vector<DWARFDebugInfoEntry> DieArray;
145 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
152 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
298 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
299 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
310 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
340 std::vector<DWARFDebugInfoEntry> &DIEs) const;
H A DDWARFDie.h20 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
38 /// the DWARFDebugInfoEntry was passed around separately and there was the
45 const DWARFDebugInfoEntry *Die = nullptr;
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry * D) : U(Unit), Die(D) {}
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
H A DDWARFDie.h20 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
38 /// the DWARFDebugInfoEntry was passed around separately and there was the
45 const DWARFDebugInfoEntry *Die = nullptr;
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry * D) : U(Unit), Die(D) {}
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
H A DDWARFDie.h20 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
38 /// the DWARFDebugInfoEntry was passed around separately and there was the
45 const DWARFDebugInfoEntry *Die = nullptr;
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry * D) : U(Unit), Die(D) {}
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h18 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
136 std::vector<DWARFDebugInfoEntry> DieArray;
137 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
154 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
291 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
292 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
303 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
333 std::vector<DWARFDebugInfoEntry> &DIEs) const;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h19 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
139 std::vector<DWARFDebugInfoEntry> DieArray;
145 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
152 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
298 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
299 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
310 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
340 std::vector<DWARFDebugInfoEntry> &DIEs) const;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
22 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
23 class DWARFDebugInfoEntry { class in namespace:llvm
34 DWARFDebugInfoEntry() = default;
H A DDWARFUnit.h19 #include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
139 std::vector<DWARFDebugInfoEntry> DieArray;
145 typedef iterator_range<std::vector<DWARFDebugInfoEntry>::iterator>
152 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) {
298 DWARFDie getParent(const DWARFDebugInfoEntry *Die);
299 DWARFDie getSibling(const DWARFDebugInfoEntry *Die);
310 [](const DWARFDebugInfoEntry &LHS, uint32_t Offset) {
340 std::vector<DWARFDebugInfoEntry> &DIEs) const;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h1 //===- DWARFDebugInfoEntry.h ------------------------------------*- C++ -*-===//
23 /// DWARFDebugInfoEntry - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntry { class in namespace:llvm
35 DWARFDebugInfoEntry() = default;

Completed in 347 milliseconds

12