Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp926 const MCSymbol *AbbrevSectionSymbol, in EmitGenDwarfInfo() argument
959 if (AbbrevSectionSymbol == nullptr) in EmitGenDwarfInfo()
962 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4, in EmitGenDwarfInfo()
1146 MCSymbol *AbbrevSectionSymbol = nullptr; in Emit() local
1172 AbbrevSectionSymbol = context.createTempSymbol(); in Emit()
1173 MCOS->EmitLabel(AbbrevSectionSymbol); in Emit()
1197 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, in Emit()