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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h132 class PerFunctionState;
136 PerFunctionState *BlockAddressPFS;
415 class PerFunctionState { class in class:llvm::LLParser
426 PerFunctionState(LLParser &p, Function &f, int functionNumber);
427 ~PerFunctionState();
459 PerFunctionState *PFS, bool IsCall);
465 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
466 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) {
471 PerFunctionState &PFS) {
476 bool ParseTypeAndValue(Value *&V, PerFunctionState *PF
[all...]
H A DLLParser.cpp2505 PerFunctionState &PFS, bool IsMustTailCall,
2596 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
2918 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
2928 LLParser::PerFunctionState::~PerFunctionState() {
2948 bool LLParser::PerFunctionState::FinishFunction() {
2963 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty,
2998 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc,
3034 bool LLParser::PerFunctionState
[all...]

Completed in 41 milliseconds