Home
last modified time | relevance | path

Searched +defs:string +defs:append (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h68 void append(StringRef RHS) { in append() function
73 void append(std::initializer_list<StringRef> Refs) { in append() function
268 explicit operator std::string() const { in string() function
/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp284 auto append = [&](const std::string &S) { getInstructionCases() local
450 emitCaseMap(raw_ostream & o,const std::map<std::string,std::vector<std::string>> & CaseMap) emitCaseMap() argument
[all...]
/llvm-project/lldb/source/Target/
H A DLanguage.cpp257 LanguageType Language::GetLanguageTypeFromString(llvm::StringRef string) { in GetLanguageTypeFromString() argument
444 bool append) { in Find() argument
H A DTarget.cpp1067 SerializeBreakpointsToFile(const FileSpec & file,const BreakpointIDList & bp_ids,bool append) SerializeBreakpointsToFile() argument
3788 SetActionFromString(const std::string & string) SetActionFromString() argument
3794 for (auto string : strings) SetActionFromStrings() local
[all...]