Searched refs:PerFunctionState (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 148 class PerFunctionState; variable 152 PerFunctionState *BlockAddressPFS; 472 class PerFunctionState { 484 PerFunctionState(LLParser &p, Function &f, int functionNumber, 486 ~PerFunctionState(); 518 PerFunctionState *PFS); 524 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 525 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() 529 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() 534 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3042 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() 3269 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() 3645 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 3660 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 3680 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() 3695 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() 3736 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() 3771 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName() 3834 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() 3840 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12388 …std::allocator<std::pair<llvm::ValID, llvm::GlobalValue*>>>&, llvm::LLParser::PerFunctionState*)"}, 12389 {"_ZN4llvm8LLParser16PerFunctionState5GetBBERKSsNS_5SMLocE", "llvm::LLParser::PerFunctionState::Get… 12390 {"_ZN4llvm8LLParser16PerFunctionState5GetBBEjNS_5SMLocE", "llvm::LLParser::PerFunctionState::GetBB(… 12416 …rser::ParseMDNodeVector(llvm::SmallVectorImpl<llvm::Value*>&, llvm::LLParser::PerFunctionState*)"}, 12418 …PerFunctionStateE", "llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)"}, 12427 …"llvm::LLParser::ParseInstructionMetadata(llvm::Instruction*, llvm::LLParser::PerFunctionState*)"}, 12428 …tateE", "llvm::LLParser::ParseMetadataListValue(llvm::ValID&, llvm::LLParser::PerFunctionState*)"}, 12436 …ameterList(llvm::SmallVectorImpl<llvm::LLParser::ParamInfo>&, llvm::LLParser::PerFunctionState&)"}, 12437 …"llvm::LLParser::ParseValue(llvm::Type const*, llvm::Value*&, llvm::LLParser::PerFunctionState&)"}, 12439 …6PerFunctionStateC1ERS0_RNS_8FunctionEi", "llvm::LLParser::PerFunctionState::PerFunctionState(llvm… [all …]
|