Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h132 class PerFunctionState; variable
136 PerFunctionState *BlockAddressPFS;
417 class PerFunctionState {
428 PerFunctionState(LLParser &p, Function &f, int functionNumber);
429 ~PerFunctionState();
461 PerFunctionState *PFS, bool IsCall);
467 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
468 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue()
472 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue()
477 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2664 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList()
2757 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles()
3084 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
3094 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
3114 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
3129 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal()
3164 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc, in getVal()
3200 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
3263 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB()
3269 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRayExample.rst87 …7 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)