Home
last modified time | relevance | path

Searched refs:StringValue (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMIRYamlMapping.h30 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/
HDdtfield.c455 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/
HDARMELFStreamer.cpp184 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 …]
HDARMTargetStreamer.cpp64 StringRef StringValue) {} in emitIntTextAttribute() argument
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCStreamer.h120 StringRef StringValue = "");
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp273 const yaml::StringValue &Name = YamlMBB.Name; in initializeMachineFunction()
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp9159 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()