OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnitDie
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp
47
if (llvm::empty(TheU->
getUnitDie
().values()))
52
Asm->emitDwarfDIE(TheU->
getUnitDie
());
71
if (llvm::empty(TheU->
getUnitDie
().values()))
89
return computeSizeAndOffset(TheU->
getUnitDie
(), Offset);
DwarfCompileUnit.cpp
62
insertDIE(Node, &
getUnitDie
());
387
addSectionLabel(
getUnitDie
(), dwarf::DW_AT_stmt_list, LineTableStartSym,
1086
ContextDIE = &
getUnitDie
();
1092
ContextDIE = &
getUnitDie
();
1099
ContextCU = DD->lookupCU(ContextDIE->
getUnitDie
());
1382
GlobalNames.insert(std::make_pair(std::move(FullName), &
getUnitDie
()));
1403
GlobalTypes.insert(std::make_pair(std::move(FullName), &
getUnitDie
()));
1532
addSectionLabel(
getUnitDie
(),
1549
DIE &Die =
getUnitDie
().addChildFront(
DwarfDebug.cpp
1027
DIE &Die = NewCU.
getUnitDie
();
1123
CUDieMap.insert({&NewCU.
getUnitDie
(), &NewCU});
1270
DwarfCompileUnit *Unit = CUDieMap.lookup(Die->
getUnitDie
());
1314
bool HasSplitUnit = SkCU && !TheCU.
getUnitDie
().children().empty();
1321
TheCU.addString(TheCU.
getUnitDie
(), attrDWOName,
1323
SkCU->addString(SkCU->
getUnitDie
(), attrDWOName,
1327
DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.
getUnitDie
());
1332
TheCU.addUInt(TheCU.
getUnitDie
(), dwarf::DW_AT_GNU_dwo_id,
1334
SkCU->addUInt(SkCU->
getUnitDie
(), dwarf::DW_AT_GNU_dwo_id,
1340
SkCU->addSectionLabel(SkCU->
getUnitDie
(), dwarf::DW_AT_GNU_ranges_base
[
all
...]
DwarfUnit.cpp
306
addSectionOffset(
getUnitDie
(), dwarf::DW_AT_stmt_list, 0);
380
CU =
getUnitDie
().getUnit();
382
EntryCU =
getUnitDie
().getUnit();
540
return &
getUnitDie
();
1102
Minimal ? &
getUnitDie
() : getOrCreateContextDIE(SP->getScope());
1110
ContextDIE = &
getUnitDie
();
1383
IndexTyDie = &createAndAddDIE(dwarf::DW_TAG_base_type,
getUnitDie
());
1700
Asm->emitDwarfUnitLength(getHeaderSize() +
getUnitDie
().getSize(),
1783
addSectionLabel(
getUnitDie
(), dwarf::DW_AT_str_offsets_base,
1792
addSectionLabel(
getUnitDie
(), dwarf::DW_AT_rnglists_base
[
all
...]
DwarfCompileUnit.h
293
getHeaderSize() +
getUnitDie
().getSize();
DwarfUnit.h
105
bool hasContent() const { return
getUnitDie
().hasChildren(); }
DIE.cpp
203
const DIE *DIE::
getUnitDie
() const {
215
const DIE *UnitDie =
getUnitDie
();
AccelTable.cpp
573
const DIE *CUDie = Entry.getDie().
getUnitDie
();
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp
26
DWARFDie CU = getOrigUnit().
getUnitDIE
();
34
DWARFDie CU = getOrigUnit().
getUnitDIE
();
76
NextUnitOffset += NewUnit->
getUnitDie
().getSize();
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
85
auto CUDie = OrigUnit.
getUnitDIE
(false);
104
void createOutputDIE() { NewUnit.emplace(OrigUnit.
getUnitDIE
().getTag()); }
108
return &const_cast<BasicDIEUnit &>(*NewUnit).
getUnitDie
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
833
const DIE *
getUnitDie
() const;
911
DIE &
getUnitDie
() { return Die; }
912
const DIE &
getUnitDie
() const { return Die; }
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026