Searched refs:getString (Results 1 - 25 of 219) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h28 StringRef operator[](size_t Offset) const { return getString(Offset); }
29 StringRef getString(uint32_t Offset) const { function in struct:llvm::gsym::StringTable
44 StringRef Str = S.getString(Offset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmMacro.cpp28 OS << T.getString();
H A DSubtargetFeature.cpp54 std::string SubtargetFeatures::getString() const { function in class:SubtargetFeatures
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java55 getString(ProbeData p) method in class:TestProbeData
93 System.out.println(getString(p));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp45 OS << "identifier: " << getString();
48 OS << "int: " << getString();
51 OS << "real: " << getString();
54 OS << "string: " << getString();
127 OS.write_escaped(getString());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp42 return NS->getString(Offset);
91 StringRef NamedStreamMap::getString(uint32_t Offset) const { function in class:NamedStreamMap
97 return hashStringV1(getString(Offset));
H A DNativeSourceFile.cpp25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.cpp24 if (!params.getString(android::String16("Ifname"), &ifname))
29 params.getString(android::String16("Driver"), &driver);
30 params.getString(android::String16("ConfigFile"), &confname);
31 params.getString(android::String16("BridgeIfname"), &bridge_ifname);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDarwinSDKInfo.cpp34 auto VersionString = Obj->getString("Version");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp105 if (!regex.Execute(nte.getString()))
115 llvm::StringRef(nte.getString())))
118 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString());
139 llvm::StringRef(nte.getString())))
142 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString());
266 if (!regex.Execute(nte.getString()))
277 llvm::StringRef(nte.getString())))
280 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp35 StringRef StringValue = Node.getString();
110 return StringSwitch<bool>(SNode.getString())
135 return StringSwitch<bool>(SNode.getString())
148 return StringSwitch<bool>(SNode.getString())
158 return StringSwitch<bool>(SNode.getString())
195 return StringSwitch<bool>(SNode.getString())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp225 return Parser.Error(Tok.getLoc(), Msg + Tok.getString());
303 auto Name = Lexer.getTok().getString();
345 auto Type = parseType(Lexer.getTok().getString());
370 if (Flt.getString().getAsDouble(Val, false))
385 auto S = Flt.getString();
455 Name = StringRef(Name.begin(), Name.size() + Sep.getString().size());
462 Name = StringRef(Name.begin(), Name.size() + Id.getString().size());
550 auto BT = parseBlockType(Id.getString());
677 if (DirectiveID.getString() == ".globaltype") {
700 if (DirectiveID.getString()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp148 Optional<StringRef> HeaderMapImpl::getString(unsigned StrTabIdx) const { function in class:HeaderMapImpl
180 if (Optional<StringRef> S = getString(Id))
224 Optional<StringRef> Key = getString(B.Key);
232 Optional<StringRef> Prefix = getString(B.Prefix);
233 Optional<StringRef> Suffix = getString(B.Suffix);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp70 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
83 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
96 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
110 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
161 llvm::StringRef(Value.getString()).split(Split, '|', -1, false);
H A DMarshallers.h64 return Value.getString();
157 return Value.isString() && getAttrKind(Value.getString());
161 return *getAttrKind(Value.getString());
182 return Value.isString() && getCastKind(Value.getString());
186 return *getCastKind(Value.getString());
202 return Value.isString() && getFlags(Value.getString());
206 return *getFlags(Value.getString());
225 return Value.isString() && getClauseKind(Value.getString());
229 return *getClauseKind(Value.getString());
252 return Value.isString() && getUnaryOrTypeTraitKind(Value.getString());
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h101 return getString();
110 StringRef getString() const { return Str; } function in class:llvm::AsmToken
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h57 StringRef getString() const { return getMapEntry()->first(); } function in class:llvm::DwarfStringPoolEntryRef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h42 Expected<StringRef> getString(uint32_t Offset) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h53 StringRef getString(uint32_t Offset) const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h58 Optional<StringRef> getString(unsigned StrTabIdx) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp109 Piece->getString(), Piece->getRanges(),
123 Piece->getString(), Piece->getRanges(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp101 MisExpectDataName->getString().equals("misexpect")) {
163 if (Tag->getString().equals("branch_weights")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp98 ModuleTargetABI->getString() != ABIName) {
101 ABIName = ModuleTargetABI->getString();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp83 FeaturesStr = Features.getString();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp114 if (!KeyMD->getString().equals(Key))
144 if (!KeyMD->getString().equals(Key) || !ValMD->getString().equals(Val))
154 if (!KeyMD || !KeyMD->getString().equals("DetailedSummary"))

Completed in 297 milliseconds

123456789