Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1678 std::string myCharStr; in processInstruction() local
1689 myCharStr = StringRef(".gnu.linkonce.l4.CONST_00000000") in processInstruction()
1695 myCharStr = StringRef(".gnu.linkonce.l8.CONST_0000000000000000") in processInstruction()
1701 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1705 myCharStr = ".lita"; in processInstruction()
1706 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
1721 Sym = getContext().getOrCreateSymbol(StringRef(myCharStr.c_str() + 16)); in processInstruction()