Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.cpp42 void DIEHash::addString(StringRef Str) { in addString() function in DIEHash
HDDwarfUnit.cpp247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() function in DwarfUnit
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMsgPackDocument.h439 StringRef addString(StringRef S) { in addString() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.h417 size_t addString(StringRef S) { return StringTable.addString(S); } in addString() function
HDBTFDebug.cpp494 uint32_t BTFStringTable::addString(StringRef S) { in addString() function in BTFStringTable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp354 size_t MCDwarfLineStr::addString(StringRef Path) { in addString() function in MCDwarfLineStr
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.cpp1527 uint32_t StringTableSection::addString(StringRef str) { in addString() function in StringTableSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.cpp592 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString() function in StringTableSection
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1250 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() function in StringTableSection