Lines Matching refs:getValueAsString
74 Name = R->getValueAsString("name"); in DXILOperationData()
75 DXILOp = R->getValueAsString("dxil_op"); in DXILOperationData()
77 DXILClass = R->getValueAsDef("op_class")->getValueAsString("name"); in DXILOperationData()
78 Category = R->getValueAsDef("category")->getValueAsString("name"); in DXILOperationData()
88 Doc = R->getValueAsString("doc"); in DXILOperationData()
99 OverloadTypes = R->getValueAsString("oload_types"); in DXILOperationData()
100 FnAttr = R->getValueAsString("fn_attr"); in DXILOperationData()
106 Name = R->getValueAsString("name"); in DXILParam()
108 Kind = parameterTypeNameToKind(R->getValueAsString("llvm_type")); in DXILParam()
110 Doc = R->getValueAsString("doc"); in DXILParam()
112 EnumName = R->getValueAsString("enum_name"); in DXILParam()