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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h56 const std::string &getStrVal() const { return StrVal; } function in class:llvm::LLLexer
H A DLLParser.cpp368 std::string Name = Lex.getStrVal();
478 std::string Name = Lex.getStrVal();
503 std::string Name = Lex.getStrVal();
588 std::string Name = Lex.getStrVal();
868 GV->setSection(Lex.getStrVal());
1183 Result = Lex.getStrVal();
1268 std::string Attr = Lex.getStrVal();
1600 std::string Name = Lex.getStrVal();
1833 std::pair<Type*, LocTy> &Entry = NamedTypes[Lex.getStrVal()];
1838 Entry.first = StructType::create(Context, Lex.getStrVal());
[all...]

Completed in 106 milliseconds