Searched refs:StringValue (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MIRYamlMapping.h | 30 struct StringValue { struct 34 StringValue() {} in StringValue() argument 35 StringValue(std::string Value) : Value(std::move(Value)) {} in StringValue() argument 37 bool operator==(const StringValue &Other) const { 42 template <> struct ScalarTraits<StringValue> { 43 static void output(const StringValue &S, void *, llvm::raw_ostream &OS) { 47 static StringRef input(StringRef Scalar, void *Ctx, StringValue &S) { 58 struct FlowStringValue : StringValue { 60 FlowStringValue(std::string Value) : StringValue(Value) {} 65 return ScalarTraits<StringValue>::output(S, nullptr, OS); [all …]
|
| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | dtfield.c | 455 char *StringValue, in DtCompileBuffer() argument 468 StringValue = DtNormalizeBuffer (StringValue, &Count); in DtCompileBuffer() 475 Hex[0] = StringValue[(3 * i)]; in DtCompileBuffer() 476 Hex[1] = StringValue[(3 * i) + 1]; in DtCompileBuffer() 492 ACPI_FREE (StringValue); in DtCompileBuffer()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFStreamer.cpp | 184 StringRef StringValue) { in emitIntTextAttribute() argument 189 if (!StringValue.empty()) in emitIntTextAttribute() 190 OS << ", \"" << StringValue << "\""; in emitIntTextAttribute() 257 StringRef StringValue; member 319 Item->StringValue = Value; in setAttributeItem() 334 StringRef StringValue, bool OverwriteExisting) { in setAttributeItems() argument 341 Item->StringValue = StringValue; in setAttributeItems() 350 StringValue in setAttributeItems() 378 StringRef StringValue) override; 673 StringRef StringValue) { in emitIntTextAttribute() argument [all …]
|
| HD | ARMTargetStreamer.cpp | 64 StringRef StringValue) {} in emitIntTextAttribute() argument
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCStreamer.h | 120 StringRef StringValue = "");
|
| /NextBSD/contrib/llvm/lib/CodeGen/MIRParser/ |
| HD | MIRParser.cpp | 273 const yaml::StringValue &Name = YamlMBB.Name; in initializeMachineFunction()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/ |
| HD | ARMAsmParser.cpp | 9159 StringRef StringValue = ""; in parseDirectiveEabiAttr() local 9214 StringValue = Parser.getTok().getStringContents(); in parseDirectiveEabiAttr() 9220 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr() 9224 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
|