Searched refs:getStrVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h59 const std::string &getStrVal() const { return StrVal; } function in class:llvm::LLLexer
H A DLLParser.cpp474 std::string Name = Lex.getStrVal();
610 std::string Name = Lex.getStrVal();
634 std::string Name = Lex.getStrVal();
719 std::string Name = Lex.getStrVal();
735 Lex.getStrVal() == "DIExpression") {
1000 GA->setPartition(Lex.getStrVal());
1140 GV->setSection(Lex.getStrVal());
1145 GV->setPartition(Lex.getStrVal());
1533 Result = Lex.getStrVal();
1618 std::string Attr = Lex.getStrVal();
[all...]

Completed in 116 milliseconds