Home
last modified time | relevance | path

Searched defs:DIEEntry (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h368 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {} in DIEEntry() function
383 static bool classof(const DIEEntry *) { return true; } in classof()
DDwarfDebug.h42 class DIEEntry; variable
/external/llvm/include/llvm/CodeGen/
DDIE.h229 explicit DIEEntry(DIE &E) : Entry(&E) {} in DIEEntry() function