OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlinedChain
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
379
const DWARFDebugInfoEntryInlinedChain &
InlinedChain
=
381
if (
InlinedChain
.DIEs.size() > 0) {
382
const DWARFDebugInfoEntryMinimal &TopFunctionDIE =
InlinedChain
.DIEs[0];
383
if (const char *Name = TopFunctionDIE.getSubroutineName(
InlinedChain
.CU))
412
const DWARFDebugInfoEntryInlinedChain &
InlinedChain
=
414
if (
InlinedChain
.DIEs.size() > 0) {
415
const DWARFDebugInfoEntryMinimal &TopFunctionDIE =
InlinedChain
.DIEs[0];
416
if (const char *Name = TopFunctionDIE.getSubroutineName(
InlinedChain
.CU))
463
const DWARFDebugInfoEntryInlinedChain &
InlinedChain
=
465
if (
InlinedChain
.DIEs.size() == 0
[
all
...]
DWARFDebugInfoEntry.cpp
372
DWARFDebugInfoEntryInlinedChain
InlinedChain
;
373
InlinedChain
.CU = CU;
375
return
InlinedChain
;
380
InlinedChain
.DIEs.push_back(*DIE);
394
std::reverse(
InlinedChain
.DIEs.begin(),
InlinedChain
.DIEs.end());
395
return
InlinedChain
;
Completed in 92 milliseconds