OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPDie
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
[
all
...]
DwarfCompileUnit.cpp
285
DIE *
SPDie
= getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes());
287
attachLowHighPC(*
SPDie
, Asm->getFunctionBegin(), Asm->getFunctionEnd());
290
addFlag(*
SPDie
, dwarf::DW_AT_APPLE_omit_frame_ptr);
297
addAddress(*
SPDie
, dwarf::DW_AT_frame_base, Location);
302
DD->addSubprogramNames(SP, *
SPDie
);
304
return *
SPDie
;
694
DIE *
SPDIE
= DU->getAbstractSPDies().lookup(SP);
695
if (!
SPDIE
)
696
SPDIE
= getDIE(SP);
697
assert(
SPDIE
);
[
all
...]
DwarfUnit.h
116
bool applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &
SPDie
);
293
void applySubprogramAttributes(const DISubprogram *SP, DIE &
SPDie
,
DwarfCompileUnit.h
226
DIE &
SPDie
);
Completed in 48 milliseconds