Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp42 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
H A DDwarfUnit.cpp246 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, addString() function in DwarfUnit
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h439 StringRef addString(StringRef S) { in addString() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h413 size_t addString(StringRef S) { return StringTable.addString(S); } addString() function
H A DBTFDebug.cpp493 uint32_t BTFStringTable::addString(StringRef S) { addString() function in BTFStringTable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp353 size_t MCDwarfLineStr::addString(StringRef Path) { addString() function in MCDwarfLineStr
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1462 uint32_t StringTableSection::addString(StringRef str) { addString() function in StringTableSection
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp572 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } addString() function in StringTableSection
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1223 unsigned StringTableSection::addString(StringRef s, bool hashIt) { addString() function in StringTableSection
[all...]