HomeSort by relevance Sort by last modified time
    Searched refs:DIEEntry (Results 1 - 7 of 7) sorted by null

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 99 DIEEntry IntRef(Int);
130 DIEEntry IntRef(Int);
167 DIEEntry FooRef(Foo);
194 DIEEntry FooRef(Foo);
197 DIEEntry FooPtrRef(FooPtr);
223 DIEEntry FooEntry(Foo);
227 DIEEntry FooRefRef(FooRef);
230 DIEEntry FooRefConstRef(FooRefConst);
256 DIEEntry FooEntry(Foo);
260 DIEEntry FooRefRef(FooRef)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 96 /// descriptors to debug information entries using a DIEEntry proxy.
97 DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap;
321 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry *Entry);
496 DIEEntry *getDIEEntry(const MDNode *N) const {
501 void insertDIEEntry(const MDNode *N, DIEEntry *E) {
512 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
514 DIEEntry *createDIEEntry(DIE &Entry);
DIE.cpp 370 // DIEEntry Implementation
375 void DIEEntry::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
389 DIEEntry::getRefAddrSize(AP));
393 DIEEntry::getRefAddrSize(AP));
398 unsigned DIEEntry::getRefAddrSize(AsmPrinter *AP) {
411 void DIEEntry::print(raw_ostream &O) const {
DIE.h 128 // Parent pointer and DIEEntry.
410 /// DIEEntry - A pointer to another debug information entry. An instance of
413 class DIEEntry : public DIEValue {
417 explicit DIEEntry(DIE &E) : DIEValue(isEntry), Entry(E) {
DwarfUnit.cpp 78 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
80 DIEEntry *DwarfUnit::createDIEEntry(DIE &Entry) {
81 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry);
376 DIEEntry *Entry) {
    [all...]
DIEHash.cpp 312 hashDIEEntry(Attribute, Tag, cast<DIEEntry>(Value)->getEntry());
DwarfDebug.cpp     [all...]

Completed in 472 milliseconds