Home
last modified time | relevance | path

Searched refs:AbbrevSectionSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCDwarf.cpp640 const MCSymbol *AbbrevSectionSymbol, in EmitGenDwarfInfo() argument
666 if (AbbrevSectionSymbol == nullptr) in EmitGenDwarfInfo()
669 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4, in EmitGenDwarfInfo()
850 MCSymbol *AbbrevSectionSymbol = nullptr; in Emit() local
876 AbbrevSectionSymbol = context.createTempSymbol(); in Emit()
877 MCOS->EmitLabel(AbbrevSectionSymbol); in Emit()
901 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp920 const MCSymbol *AbbrevSectionSymbol, in EmitGenDwarfInfo() argument
953 if (AbbrevSectionSymbol == nullptr) in EmitGenDwarfInfo()
956 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4, in EmitGenDwarfInfo()
1134 MCSymbol *AbbrevSectionSymbol = nullptr; in Emit() local
1160 AbbrevSectionSymbol = context.createTempSymbol(); in Emit()
1161 MCOS->EmitLabel(AbbrevSectionSymbol); in Emit()
1185 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, in Emit()