Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1519 std::string myCharStr; in processInstruction() local
1530 myCharStr = StringRef(".gnu.linkonce.l4.CONST_00000000") in processInstruction()
1536 myCharStr = StringRef(".gnu.linkonce.l8.CONST_0000000000000000") in processInstruction()
1542 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1546 myCharStr = ".lita"; in processInstruction()
1547 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1562 Sym = getContext().getOrCreateSymbol(StringRef(myCharStr.c_str() + 16)); in processInstruction()