Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp676 std::string SectionSpec = std::string(SectionName); in parseDirectiveSection() local
677 SectionSpec += ","; in parseDirectiveSection()
682 SectionSpec.append(EOL.begin(), EOL.end()); in parseDirectiveSection()
694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize)) in parseDirectiveSection()