Searched refs:PerFunctionState (Results 1 - 2 of 2) 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...]
H A DLLParser.cpp186 PerFunctionState *PFS) {
1388 PerFunctionState *PFS) {
1670 PerFunctionState &PFS) {
1959 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
1970 LLParser::PerFunctionState::~PerFunctionState() {
1991 bool LLParser::PerFunctionState::FinishFunction() {
2029 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
2071 Value *LLParser::PerFunctionState
[all...]

Completed in 80 milliseconds