OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexTyDie
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
48
///
IndexTyDie
- An anonymous type for index type. Owned by CUDie.
49
DIE *
IndexTyDie
;
133
return
IndexTyDie
;
139
IndexTyDie
= D;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
87
DIE *
IndexTyDie
;
356
void setIndexTyDie(DIE *D) {
IndexTyDie
= D; }
Completed in 1340 milliseconds