OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIEDelta
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h
335
///
DIEDelta
- A simple label difference DIE.
337
class
DIEDelta
: public DIEValue {
341
DIEDelta
(const MCSymbol *Hi, const MCSymbol *Lo)
353
static bool classof(const
DIEDelta
*) { return true; }
/external/llvm/include/llvm/CodeGen/
DIE.h
185
///
DIEDelta
- A simple label difference DIE.
187
class
DIEDelta
{
192
DIEDelta
(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
291
DIEDelta
*, DIEEntry, DIEBlock *, DIELoc *,
Completed in 49 milliseconds