Searched defs:PFS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1496 PerFunctionState *PFS) { in ParseInstructionMetadata() 1791 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2342 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 3814 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue() 3829 PerFunctionState *PFS) { in ParseValueAsMetadata() 3853 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() 3897 PerFunctionState *PFS) { in ConvertValIDToValue() 4007 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 4014 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 4021 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
D | LLParser.h | 344 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 348 PerFunctionState &PFS) { in ParseValue() 354 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 357 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 363 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|