Home
last modified time | relevance | path

Searched defs:addString (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Lex/
H A DHeaderMapTestUtils.h57 unsigned addString(StringRef S) { in addString() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp42 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
H A DDwarfUnit.cpp247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h422 StringRef addString(StringRef S) { in addString() function
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h406 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
H A DBTFDebug.cpp491 uint32_t BTFStringTable::addString(StringRef S) { in addString() function in BTFStringTable
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp913 StringHandle addString(llvm::StringRef Str) { in addString() function in Modularize::__anond6678bf10111::PreprocessorTrackerImpl
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1263 uint32_t StringTableSection::addString(StringRef str) { in addString() function in StringTableSection
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1113 uint32_t DebugStrWriter::addString(StringRef Str) { in addString() function in llvm::bolt::DebugStrWriter
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp544 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString() function in StringTableSection
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1247 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() function in StringTableSection