Home
last modified time | relevance | path

Searched refs:getString (Results 1 – 25 of 259) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp148 std::optional<StringRef> HeaderMapImpl::getString(unsigned StrTabIdx) const { in getString() function in HeaderMapImpl
180 if (std::optional<StringRef> S = getString(Id)) in dump()
211 std::optional<StringRef> Key = getString(B.Key); in lookupFilename()
219 std::optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename()
220 std::optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename()
243 std::optional<StringRef> Key = getString(B.Key); in reverseLookupFilename()
244 std::optional<StringRef> Prefix = getString(B.Prefix); in reverseLookupFilename()
245 std::optional<StringRef> Suffix = getString(B.Suffix); in reverseLookupFilename()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp44 OS << "identifier: " << getString(); in dump()
47 OS << "int: " << getString(); in dump()
50 OS << "real: " << getString(); in dump()
53 OS << "string: " << getString(); in dump()
127 OS.write_escaped(getString()); in dump()
H A DWasmAsmParser.cpp74 return Parser->Error(Tok.getLoc(), Msg + Tok.getString()); in error()
130 GroupName = getTok().getString(); in parseGroup()
243 Lexer->getTok().getString())); in parseDirectiveType()
248 auto TypeName = Lexer->getTok().getString(); in parseDirectiveType()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp380 auto Name = Lexer.getTok().getString(); in expectIdent()
412 if (Flt.getString().getAsDouble(Val, false)) in parseSingleFloat()
427 auto S = Flt.getString(); in parseSpecialFloatMaybe()
860 if (DirectiveID.getString() == ".functype") { in parseDirective()
947 if (DirectiveID.getString() == ".tagtype") { in parseDirective()
963 if (DirectiveID.getString() == ".local") { in parseDirective()
976 if (DirectiveID.getString() == ".int8" || in parseDirective()
977 DirectiveID.getString() == ".int16" || in parseDirective()
978 DirectiveID.getString() == ".int32" || in parseDirective()
979 DirectiveID.getString() == ".int64") { in parseDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h25 StringRef operator[](size_t Offset) const { return getString(Offset); }
26 StringRef getString(uint32_t Offset) const { in getString() function
41 StringRef Str = S.getString(Offset);
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp39 StringRef StringValue = Node.getString(); in verifyScalar()
109 return StringSwitch<bool>(SNode.getString()) in verifyKernelArgs()
149 return StringSwitch<bool>(SNode.getString()) in verifyKernelArgs()
162 return StringSwitch<bool>(SNode.getString()) in verifyKernelArgs()
172 return StringSwitch<bool>(SNode.getString()) in verifyKernelArgs()
209 return StringSwitch<bool>(SNode.getString()) in verifyKernel()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp95 cast<MDString>(N->getOperand(0))->getString() == F.getName(); in getOriginalFunctionType()
163 cast<MDString>(MaybeNode->getOperand(0))->getString() == in getKernelArgAttribute()
181 if (ArgAttribute->getString().compare("read_only") == 0) in getArgAccessQual()
183 if (ArgAttribute->getString().compare("write_only") == 0) in getArgAccessQual()
192 if (ArgAttribute && ArgAttribute->getString().compare("volatile") == 0) in getKernelArgTypeQual()
214 if (!MDKernelArgType || (!MDKernelArgType->getString().ends_with("*") && in getArgSPIRVType()
215 !MDKernelArgType->getString().ends_with("_t"))) in getArgSPIRVType()
218 if (MDKernelArgType->getString().ends_with("*")) in getArgSPIRVType()
220 MDKernelArgType->getString(), MIRBuilder, in getArgSPIRVType()
223 if (MDKernelArgType->getString().ends_with("_t")) in getArgSPIRVType()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.cpp24 if (!params.getString(android::String16("Ifname"), &ifname)) in CreateInterface()
29 params.getString(android::String16("Driver"), &driver); in CreateInterface()
30 params.getString(android::String16("ConfigFile"), &confname); in CreateInterface()
31 params.getString(android::String16("BridgeIfname"), &bridge_ifname); in CreateInterface()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp70 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "attr::"); in getBestGuess()
82 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "CK_"); in getBestGuess()
95 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "OMPC_"); in getBestGuess()
108 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "UETT_"); in getBestGuess()
159 llvm::StringRef(Value.getString()).split(Split, '|', -1, false); in getBestGuess()
H A DMarshallers.h66 return Value.getString();
176 return getAttrKind(Value.getString()).has_value();
180 return *getAttrKind(Value.getString());
206 return getCastKind(Value.getString()).has_value();
210 return *getCastKind(Value.getString());
229 return getFlags(Value.getString()).has_value();
233 return *getFlags(Value.getString());
261 return *getClauseKind(Value.getString());
292 return *getUnaryOrTypeTraitKind(Value.getString());
517 << Value.getString();
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp39 return NS->getString(Offset); in storageKeyToLookupKey()
88 StringRef NamedStreamMap::getString(uint32_t Offset) const { in getString() function in NamedStreamMap
94 return hashStringV1(getString(Offset)); in hashString()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp65 return ProfDataName->getString().equals(Name); in isTargetMD()
164 if (ProfDataName->getString().equals("branch_weights")) { in extractProfTotalWeight()
173 if (ProfDataName->getString().equals("VP") && in extractProfTotalWeight()
H A DProfileSummary.cpp113 if (!KeyMD->getString().equals(Key)) in getValMD()
143 if (!KeyMD->getString().equals(Key) || !ValMD->getString().equals(Val)) in isKeyValuePair()
153 if (!KeyMD || !KeyMD->getString().equals("DetailedSummary")) in getSummaryFromMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h92 StringRef getTriple() const { return getString("triple"); } in getTriple()
93 StringRef getArch() const { return getString("arch"); } in getArch()
103 StringRef getString(StringRef Key) const { return StringData.lookup(Key); } in getString() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java55 getString(ProbeData p) in getString() method in TestProbeData
93 System.out.println(getString(p)); in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp118 Mangled mangled_name(nte.getString()); in GetGlobalVariables()
131 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
167 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
294 if (!regex.Execute(nte.getString())) in GetFunctions()
307 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetFunctions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp55 if (!Section.getString().starts_with(kSanitizerBinaryMetadataCoveredSection)) in runOnMachineFunction()
84 MDB.createPCSections({{Section.getString(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h51 if (std::optional<StringRef> Key = getString(B.Key)) in forEachKey()
77 std::optional<StringRef> getString(unsigned StrTabIdx) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp62 ? cast<MDString>(Op.get())->getString() in runImpl()
64 ->getString(); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp53 TheTarget->createTargetMachine(TT.getTriple(), CPU, Features.getString(), in createTargetMachine()
74 << Indent << " Features = \"" << JTMB.Features.getString() << "\"\n" in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp508 StringRef Option = Parser.getTok().getString(); in matchBundleOptions()
852 StringRef String = Token.getString(); in splitIdentifier()
930 StringRef String = Token.getString(); in isLabel()
936 Third.getString().lower() == "sat") in isLabel()
944 Third.getString().size()); in isLabel()
975 StringRef RawString(Lexer.getTok().getString().data(), 0); in tryParseRegister()
985 bool Contigious = Lexer.getTok().getString().data() == in tryParseRegister()
986 Lookahead.back().getString().data() + in tryParseRegister()
987 Lookahead.back().getString().size(); in tryParseRegister()
1116 getContext(), Token.getString(), Token.getLoc())); in parseInstruction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp221 StringRef Constraint = Constraints[i]->getString(); in getClobberConflictLocation()
230 StringRef Clobber = Clobbers[i]->getString(); in getClobberConflictLocation()
273 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); in ActOnGCCAsmStmt()
345 FeatureMap, Literal->getString(), Size)) { in ActOnGCCAsmStmt()
365 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName); in ActOnGCCAsmStmt()
459 Literal->getString(), Size)) in ActOnGCCAsmStmt()
472 StringRef Clobber = Literal->getString(); in ActOnGCCAsmStmt()
547 Literal->getString(), Piece.getModifier(), Size, in ActOnGCCAsmStmt()
556 SuggestedModifier = "%" + SuggestedModifier + Piece.getString(); in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp150 SrcLoc.Dir = GR.getString(CallFile->Dir); in lookup()
151 SrcLoc.Base = GR.getString(CallFile->Base); in lookup()
153 SrcLocs.back().Name = GR.getString(Inline.Name); in lookup()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp105 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
119 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h101 return getString(); in getIdentifier()
110 StringRef getString() const { return Str; } in getString() function

1234567891011