OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateSubprogramDIE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
285
DIE *SPDie =
getOrCreateSubprogramDIE
(SP, includeMinimalInlineScopes());
619
// Some of this is duplicated from DwarfUnit::
getOrCreateSubprogramDIE
, with
625
getOrCreateSubprogramDIE
(SPDecl);
651
EntityDie =
getOrCreateSubprogramDIE
(SP);
680
D =
getOrCreateSubprogramDIE
(SP);
DwarfUnit.h
291
DIE *
getOrCreateSubprogramDIE
(const DISubprogram *SP, bool Minimal = false);
DwarfUnit.cpp
695
return
getOrCreateSubprogramDIE
(SP);
[
all
...]
Completed in 34 milliseconds