OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexTyDie
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
56
DIE *
IndexTyDie
;
338
void setIndexTyDie(DIE *D) {
IndexTyDie
= D; }
DwarfUnit.cpp
93
IndexTyDie
(nullptr) {}
1380
if (
IndexTyDie
)
1381
return
IndexTyDie
;
1383
IndexTyDie
= &createAndAddDIE(dwarf::DW_TAG_base_type, getUnitDie());
1385
addString(*
IndexTyDie
, dwarf::DW_AT_name, Name);
1386
addUInt(*
IndexTyDie
, dwarf::DW_AT_byte_size, None, sizeof(int64_t));
1387
addUInt(*
IndexTyDie
, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1389
DD->addAccelType(*CUNode, Name, *
IndexTyDie
, /*Flags*/ 0);
1390
return
IndexTyDie
;
Completed in 22 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026