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

/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h263 class PerFunctionState { class in class:llvm::LLParser
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) {
312 PerFunctionState &PFS) {
317 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
318 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) {
321 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState
[all...]
H A DLLParser.cpp186 PerFunctionState *PFS) {
1381 PerFunctionState *PFS) {
1663 PerFunctionState &PFS) {
1952 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
1963 LLParser::PerFunctionState::~PerFunctionState() {
1984 bool LLParser::PerFunctionState::FinishFunction() {
2022 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
2064 Value *LLParser::PerFunctionState
[all...]

Completed in 125 milliseconds