OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARFDebugInfoEntryMinimal
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp
25
if (const
DWARFDebugInfoEntryMinimal
*CU = getUnitDIE(false))
DWARFDebugInfoEntry.cpp
29
static const DWARFUnit *findUnitAndExtractFast(
DWARFDebugInfoEntryMinimal
&DIE,
36
void
DWARFDebugInfoEntryMinimal
::dump(raw_ostream &OS, DWARFUnit *u,
63
const
DWARFDebugInfoEntryMinimal
*child = getFirstChild();
111
void
DWARFDebugInfoEntryMinimal
::dumpAttribute(raw_ostream &OS,
168
DWARFDebugInfoEntryMinimal
DIE;
184
bool
DWARFDebugInfoEntryMinimal
::extractFast(const DWARFUnit *U,
224
bool
DWARFDebugInfoEntryMinimal
::isSubprogramDIE() const {
228
bool
DWARFDebugInfoEntryMinimal
::isSubroutineDIE() const {
234
bool
DWARFDebugInfoEntryMinimal
::getAttributeValue(
259
const char *
DWARFDebugInfoEntryMinimal
::getAttributeValueAsString
[
all
...]
DWARFTypeUnit.cpp
36
if (const
DWARFDebugInfoEntryMinimal
*TU = getUnitDIE(false))
DWARFUnit.cpp
162
std::vector<
DWARFDebugInfoEntryMinimal
*> ParentChain;
163
DWARFDebugInfoEntryMinimal
*SiblingChain = nullptr;
189
std::vector<
DWARFDebugInfoEntryMinimal
> &Dies) const {
197
DWARFDebugInfoEntryMinimal
DIE;
320
std::vector<
DWARFDebugInfoEntryMinimal
> TmpArray;
361
const
DWARFDebugInfoEntryMinimal
*
364
for (const
DWARFDebugInfoEntryMinimal
&DIE : DieArray) {
378
const
DWARFDebugInfoEntryMinimal
*SubprogramDIE =
DWARFContext.cpp
448
const
DWARFDebugInfoEntryMinimal
&TopFunctionDIE = InlinedChain.DIEs[0];
543
const
DWARFDebugInfoEntryMinimal
&FunctionDIE = InlinedChain.DIEs[i];
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h
28
///
DWARFDebugInfoEntryMinimal
- A DIE with only the minimum required data.
29
class
DWARFDebugInfoEntryMinimal
{
38
DWARFDebugInfoEntryMinimal
()
65
const
DWARFDebugInfoEntryMinimal
*getSibling() const {
72
const
DWARFDebugInfoEntryMinimal
*getFirstChild() const {
76
void setSibling(const
DWARFDebugInfoEntryMinimal
*Sibling) {
154
SmallVector<
DWARFDebugInfoEntryMinimal
, 4> DIEs;
DWARFUnit.h
129
std::vector<
DWARFDebugInfoEntryMinimal
> DieArray;
206
const
DWARFDebugInfoEntryMinimal
*getUnitDIE(bool ExtractUnitDIEOnly = true) {
237
uint32_t getDIEIndex(const
DWARFDebugInfoEntryMinimal
*DIE) {
244
const
DWARFDebugInfoEntryMinimal
*getDIEAtIndex(unsigned Index) const {
253
const
DWARFDebugInfoEntryMinimal
*getDIEForOffset(uint32_t Offset) const {
257
[](const
DWARFDebugInfoEntryMinimal
&LHS, uint32_t Offset) {
279
std::vector<
DWARFDebugInfoEntryMinimal
> &DIEs) const;
294
const
DWARFDebugInfoEntryMinimal
*getSubprogramForAddress(uint64_t Address);
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
104
const
DWARFDebugInfoEntryMinimal
*LastSeenDIE;
120
const
DWARFDebugInfoEntryMinimal
*LastSeenDIE = nullptr,
128
bool setLastSeenDIE(CompileUnit &U, const
DWARFDebugInfoEntryMinimal
*Die);
176
const
DWARFDebugInfoEntryMinimal
*DIE, CompileUnit &Unit,
[
all
...]
Completed in 393 milliseconds