Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1520 MCSectionELF *mySection; in processInstruction() local
1542 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1547 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1552 MES->switchSection(mySection); in processInstruction()