OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIELabel
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h
306
///
DIELabel
- A label expression DIE.
308
class
DIELabel
: public DIEValue {
311
explicit
DIELabel
(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
326
static bool classof(const
DIELabel
*) { return true; }
/external/llvm/include/llvm/CodeGen/
DIE.h
166
///
DIELabel
- A label DIE.
168
class
DIELabel
{
172
explicit
DIELabel
(const MCSymbol *L) : Label(L) {}
290
typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr,
DIELabel
,
Completed in 39 milliseconds