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

/external/llvm/lib/AsmParser/
H A DLLParser.h263 class PerFunctionState { class in class:llvm::LLParser
274 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
275 ~PerFunctionState();
305 PerFunctionState *PFS);
307 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
308 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) {
312 PerFunctionState &PFS) {
317 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
318 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) {
321 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState
[all...]

Completed in 59 milliseconds