OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TyDIE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
705
if (DIE *
TyDIE
= getDIE(Ty))
706
return
TyDIE
;
709
DIE &
TyDIE
= createAndAddDIE(Ty->getTag(), *ContextDIE, Ty);
711
constructTypeDIE(
TyDIE
, cast<DICompositeType>(Ty));
714
updateAcceleratorTables(Context, Ty,
TyDIE
);
715
return &
TyDIE
;
736
if (DIE *
TyDIE
= getDIE(Ty))
737
return
TyDIE
;
740
DIE &
TyDIE
= createAndAddDIE(Ty->getTag(), *ContextDIE, Ty);
742
updateAcceleratorTables(Context, Ty,
TyDIE
);
[
all
...]
DwarfUnit.h
371
const DIE &
TyDIE
);
Completed in 48 milliseconds