Searched defs:constructTypeDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp592 constructTypeDIE(*TyDIE, DIBasicType(Ty));
594 constructTypeDIE(*TyDIE, DICompositeType(Ty));
597 constructTypeDIE(*TyDIE, DIDerivedType(Ty));
657 /// constructTypeDIE - Construct basic type die from DIBasicType.
658 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) { function in class:CompileUnit
679 /// constructTypeDIE - Construct derived type die from DIDerivedType.
680 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { function in class:CompileUnit
708 /// constructTypeDIE - Construct type DIE from DICompositeType.
709 void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) { function in class:CompileUnit

Completed in 206 milliseconds