OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAndAddDIE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
303
DIE &DwarfUnit::
createAndAddDIE
(unsigned Tag, DIE &Parent, const DINode *N) {
709
DIE &TyDIE =
createAndAddDIE
(Ty->getTag(), *ContextDIE, Ty);
740
DIE &TyDIE =
createAndAddDIE
(Ty->getTag(), *ContextDIE, Ty);
875
createAndAddDIE
(dwarf::DW_TAG_unspecified_parameters, Buffer);
877
DIE &Arg =
createAndAddDIE
(dwarf::DW_TAG_formal_parameter, Buffer);
[
all
...]
DwarfUnit.h
313
DIE &
createAndAddDIE
(unsigned Tag, DIE &Parent, const DINode *N = nullptr);
DwarfCompileUnit.cpp
119
DIE *VariableDIE = &
createAndAddDIE
(GV->getTag(), *ContextDIE, GV);
631
AbsDef = &
createAndAddDIE
(dwarf::DW_TAG_subprogram, *ContextDIE, nullptr);
Completed in 71 milliseconds