Home
last modified time | relevance | path

Searched refs:StrTblBuilder (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp37 StrTblBuilder(StringTableBuilder::XCOFF) { in XCOFFWriter()
72 StringTableBuilder StrTblBuilder; member in __anon25a8e72f0111::XCOFFWriter
181 StrTblBuilder.clear(); in initStringTable()
186 StrTblBuilder.add(StringEnt); in initStringTable()
199 StrTblBuilder.add(YamlSym.SymbolName); in initStringTable()
205 StrTblBuilder.add(YamlSym.SymbolName); in initStringTable()
220 StrTblBuilder.finalize(); in initStringTable()
222 size_t StrTblSize = StrTblBuilder.getSize(); in initStringTable()
724 size_t StrTblBuilderSize = StrTblBuilder.getSize(); in writeStringTable()
730 StrTblBuilder.write(W.OS); in writeStringTable()
[all …]