OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addGlobalType
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
218
void
addGlobalType
(const DIType *Ty, const DIE &Die,
DwarfUnit.h
145
virtual void
addGlobalType
(const DIType *Ty, const DIE &Die,
DwarfCompileUnit.cpp
732
void DwarfCompileUnit::
addGlobalType
(const DIType *Ty, const DIE &Die,
[
all
...]
DwarfUnit.cpp
749
addGlobalType
(Ty, TyDIE, Context);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
93
///
addGlobalType
- Add a new global type to the compile unit.
95
void
addGlobalType
(DIType Ty);
DwarfCompileUnit.cpp
629
addGlobalType
(Ty);
632
///
addGlobalType
- Add a new global type to the compile unit.
634
void CompileUnit::
addGlobalType
(DIType Ty) {
655
addGlobalType
(ATy);
[
all
...]
Completed in 146 milliseconds