OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDIE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
116
void
setDIE
(DIE &D) { TheDIE = &D; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h
139
void
setDIE
(DIE *D) { TheDIE = D; }
Completed in 130 milliseconds