OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constructTypeDIE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
341
///
constructTypeDIE
- Construct basic type die from DIBasicType.
342
void
constructTypeDIE
(DIE &Buffer,
345
///
constructTypeDIE
- Construct derived type die from DIDerivedType.
346
void
constructTypeDIE
(DIE &Buffer,
349
///
constructTypeDIE
- Construct type DIE from DICompositeType.
350
void
constructTypeDIE
(DIE &Buffer,
DwarfCompileUnit.cpp
750
constructTypeDIE
(*TyDIE, DIBasicType(Ty));
752
constructTypeDIE
(*TyDIE, DICompositeType(Ty));
755
constructTypeDIE
(*TyDIE, DIDerivedType(Ty));
830
///
constructTypeDIE
- Construct basic type die from DIBasicType.
831
void CompileUnit::
constructTypeDIE
(DIE &Buffer, DIBasicType BTy) {
852
///
constructTypeDIE
- Construct derived type die from DIDerivedType.
853
void CompileUnit::
constructTypeDIE
(DIE &Buffer, DIDerivedType DTy) {
[
all
...]
Completed in 155 milliseconds