Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp533 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
534 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
535 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp642 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
643 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
644 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()