OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIEEntry
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h
365
class
DIEEntry
: public DIEValue {
368
explicit
DIEEntry
(DIE *E) : DIEValue(isEntry), Entry(E) {}
383
static bool classof(const
DIEEntry
*) { return true; }
/external/llvm/include/llvm/CodeGen/
DIE.h
219
///
DIEEntry
- A pointer to another debug information entry. An instance of
223
class
DIEEntry
{
226
DIEEntry
() = delete;
229
explicit
DIEEntry
(DIE &E) : Entry(&E) {}
291
DIEDelta *,
DIEEntry
, DIEBlock *, DIELoc *,
Completed in 781 milliseconds