/external/llvm/lib/AsmParser/ |
D | LLParser.h | 355 PerFunctionState *PFS); 358 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 359 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() argument 360 return ParseValue(Ty, V, &PFS); in ParseValue() 364 PerFunctionState &PFS) { in ParseValue() argument 366 return ParseValue(Ty, V, &PFS); in ParseValue() 369 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS); 370 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() argument 371 return ParseTypeAndValue(V, &PFS); in ParseTypeAndValue() 373 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() argument [all …]
|
D | LLParser.cpp | 1915 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() argument 1947 if (ParseMetadataAsValue(V, PFS)) in ParseParameterList() 1951 if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS)) in ParseParameterList() 1977 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() argument 2004 if (ParseType(Ty) || ParseValue(Ty, Input, PFS)) in ParseOptionalOperandBundles() 2517 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() argument 4077 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue() argument 4080 if (ParseMetadata(MD, &PFS)) in ParseMetadataAsValue() 4092 PerFunctionState *PFS) { in ParseValueAsMetadata() argument 4101 if (ParseValue(Ty, V, PFS)) in ParseValueAsMetadata() [all …]
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 102 PerFunctionMIParsingState &PFS); 109 PerFunctionMIParsingState &PFS); 112 PerFunctionMIParsingState &PFS, 118 PerFunctionMIParsingState &PFS, 129 PerFunctionMIParsingState &PFS); 133 MachineFunction &MF, const PerFunctionMIParsingState &PFS); 137 const PerFunctionMIParsingState &PFS); 288 PerFunctionMIParsingState PFS; in initializeMachineFunction() local 289 if (initializeRegisterInfo(MF, YamlMF, PFS)) in initializeMachineFunction() 295 PFS.ConstantPoolSlots)) in initializeMachineFunction() [all …]
|
D | MIParser.h | 53 PerFunctionMIParsingState &PFS, 68 const PerFunctionMIParsingState &PFS, 73 const PerFunctionMIParsingState &PFS, 78 const PerFunctionMIParsingState &PFS, 84 const PerFunctionMIParsingState &PFS, 90 const PerFunctionMIParsingState &PFS, 94 StringRef Src, const PerFunctionMIParsingState &PFS,
|
D | MIParser.cpp | 63 const PerFunctionMIParsingState &PFS; member in __anon894bb83e0111::MIParser 87 StringRef Source, const PerFunctionMIParsingState &PFS, 248 StringRef Source, const PerFunctionMIParsingState &PFS, in MIParser() argument 251 PFS(PFS), IRSlots(IRSlots) {} in MIParser() 798 const auto RegInfo = PFS.VirtualRegisterSlots.find(ID); in parseRegister() 799 if (RegInfo == PFS.VirtualRegisterSlots.end()) in parseRegister() 1018 auto MBBInfo = PFS.MBBSlots.find(Number); in parseMBBReference() 1019 if (MBBInfo == PFS.MBBSlots.end()) in parseMBBReference() 1043 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() 1044 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex() [all …]
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample | 43 # to obey the initiator's lifetime and PFS group proposal,
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 33 guess if we need phase 2 PFS or not (we cannot negotiate it. so 34 we may need to pick from "no PFS" or "same as phase 1 DH group")
|
/external/libmicrohttpd/ |
D | ChangeLog | 215 to enable PFS. -HB/CG
|