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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 65 /// descriptors to debug information entries using a DIEEntry proxy.
66 DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap;
172 DIEEntry *getDIEEntry(const MDNode *N) const {
177 void insertDIEEntry(const MDNode *N, DIEEntry *E) {
332 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
334 DIEEntry *createDIEEntry(DIE *Entry);
DIE.cpp 362 // DIEEntry Implementation
367 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const {
371 unsigned DIEEntry::getRefAddrSize(AsmPrinter *AP) {
382 void DIEEntry::print(raw_ostream &O) const {
DIE.h 383 /// DIEEntry - A pointer to another debug information entry. An instance of
386 class DIEEntry : public DIEValue {
389 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {
390 assert(E && "Cannot construct a DIEEntry with a null DIE");
DwarfCompileUnit.cpp 50 /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug
52 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
53 DIEEntry *Value = new (DIEValueAllocator) DIEEntry(Entry);
783 DIEEntry *Entry = getDIEEntry(Ty);
810 if (DIEEntry *Entry = getDIEEntry(Ty))
    [all...]
DwarfDebug.h 43 class DIEEntry;
DwarfDebug.cpp     [all...]

Completed in 135 milliseconds