Searched defs:PFS (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 130 PerFunctionState *PFS) { in ResolveForwardRefBlockAddresses() 1063 PerFunctionState *PFS) { in ParseInstructionMetadata() 1319 PerFunctionState &PFS) { in ParseParameterList() 1863 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 2366 bool LLParser::ParseMetadataListValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataListValue() 2384 bool LLParser::ParseMetadataValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataValue() 2414 PerFunctionState *PFS) { in ConvertValIDToValue() 2530 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 2537 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 2544 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
D | LLParser.h | 276 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 280 PerFunctionState &PFS) { in ParseValue() 286 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 289 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 295 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 457 #define PFS r8 macro
|