Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h263 class PerFunctionState {
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) { in ParseValue()
312 PerFunctionState &PFS) { in ParseValue()
317 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
318 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue()
321 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
[all …]
DLLParser.cpp186 PerFunctionState *PFS) { in ResolveForwardRefBlockAddresses()
1388 PerFunctionState *PFS) { in ParseInstructionMetadata()
1670 PerFunctionState &PFS) { in ParseParameterList()
1959 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
1970 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
1991 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction()
2029 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, in GetVal()
2071 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, in GetVal()
2114 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2173 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB()
[all …]