HomeSort by relevance Sort by last modified time
    Searched refs:constructTypeDIE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 299 /// constructTypeDIE - Construct basic type die from DIBasicType.
300 void constructTypeDIE(DIE &Buffer,
303 /// constructTypeDIE - Construct derived type die from DIDerivedType.
304 void constructTypeDIE(DIE &Buffer,
307 /// constructTypeDIE - Construct type DIE from DICompositeType.
308 void constructTypeDIE(DIE &Buffer,
DwarfCompileUnit.cpp 616 constructTypeDIE(*TyDIE, DIBasicType(Ty));
618 constructTypeDIE(*TyDIE, DICompositeType(Ty));
621 constructTypeDIE(*TyDIE, DIDerivedType(Ty));
696 /// constructTypeDIE - Construct basic type die from DIBasicType.
697 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
718 /// constructTypeDIE - Construct derived type die from DIDerivedType.
719 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) {
747 /// constructTypeDIE - Construct type DIE from DICompositeType.
748 void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
    [all...]

Completed in 30 milliseconds