OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEAbbrevData
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DIE.h
31
///
DIEAbbrevData
- Dwarf abbreviation data, describes one attribute of a
33
class
DIEAbbrevData
{
42
DIEAbbrevData
(uint16_t A, uint16_t F) : Attribute(A), Form(F) {}
71
SmallVector<
DIEAbbrevData
, 12> Data;
80
const SmallVectorImpl<
DIEAbbrevData
> &getData() const { return Data; }
88
Data.push_back(
DIEAbbrevData
(Attribute, Form));
DIE.cpp
31
//
DIEAbbrevData
Implementation
36
void
DIEAbbrevData
::Profile(FoldingSetNodeID &ID) const {
67
const
DIEAbbrevData
&AttrData = Data[i];
157
const SmallVectorImpl<
DIEAbbrevData
> &Data = Abbrev.getData();
395
const SmallVectorImpl<
DIEAbbrevData
> &AbbrevData = Abbrev.getData();
414
const SmallVectorImpl<
DIEAbbrevData
> &AbbrevData = Abbrev.getData();
DwarfDebug.cpp
[
all
...]
Completed in 23 milliseconds