Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h132 class PerFunctionState; variable
136 PerFunctionState *BlockAddressPFS;
311 class PerFunctionState {
322 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
323 ~PerFunctionState();
355 PerFunctionState *PFS);
358 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
359 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue()
364 PerFunctionState &PFS) { in ParseValue()
369 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
[all …]
DLLParser.cpp1915 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
1977 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles()
2277 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2287 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2307 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction()
2323 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal()
2365 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc) { in GetVal()
2407 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2468 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB()
2474 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB()
[all …]