OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeDIE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
522
DIE *
ScopeDIE
;
524
ScopeDIE
= constructInlinedScopeDIE(Scope);
525
if (!
ScopeDIE
)
548
ScopeDIE
= constructLexicalScopeDIE(Scope);
549
assert(
ScopeDIE
&& "Scope DIE should not be null.");
554
ScopeDIE
->addChild(std::move(I));
556
FinalChildren.push_back(std::move(
ScopeDIE
));
559
void DwarfCompileUnit::addScopeRangeList(DIE &
ScopeDIE
,
578
addUInt(
ScopeDIE
, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index);
584
addSectionDelta(
ScopeDIE
, dwarf::DW_AT_ranges, List.Label
[
all
...]
DwarfCompileUnit.h
199
void addScopeRangeList(DIE &
ScopeDIE
, SmallVector<RangeSpan, 2> Range);
234
DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &
ScopeDIE
);
260
DIE &constructCallSiteEntryDIE(DIE &
ScopeDIE
, DIE *CalleeDIE, bool IsTail,
DwarfDebug.h
479
DIE &
ScopeDIE
, const MachineFunction &MF);
DwarfDebug.cpp
880
DwarfCompileUnit &CU, DIE &
ScopeDIE
,
891
CU.addFlag(
ScopeDIE
, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls));
1005
ScopeDIE
, CalleeDIE, IsTail, PCAddr, CallAddr, CallReg);
2188
DIE &
ScopeDIE
= TheCU.constructSubprogramScopeDIE(SP, FnScope);
2195
constructCallSiteEntryDIEs(*SP, TheCU,
ScopeDIE
, *MF);
Completed in 16 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026