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

/external/llvm/lib/AsmParser/
H A DLLParser.h235 class PerFunctionState { class in class:llvm::LLParser
246 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
247 ~PerFunctionState();
277 PerFunctionState *PFS);
279 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
280 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) {
284 PerFunctionState &PFS) {
289 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
290 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) {
293 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState
[all...]
H A DLLParser.cpp128 PerFunctionState *PFS) {
1060 PerFunctionState *PFS) {
1342 PerFunctionState &PFS) {
1624 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
1635 LLParser::PerFunctionState::~PerFunctionState() {
1656 bool LLParser::PerFunctionState::FinishFunction() {
1694 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
1736 Value *LLParser::PerFunctionState
[all...]

Completed in 38 milliseconds