Searched refs:emitString (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 137 Section.emitString(Include.getForm(), *IncludeStr); in emitLineTablePrologueV2IncludeAndFileTable() 152 Section.emitString(File.Name.getForm(), *FileNameStr); in emitLineTablePrologueV2IncludeAndFileTable() 193 Section.emitString(Include.getForm(), *IncludeStr); in emitLineTablePrologueV5IncludeAndFileTable() 244 Section.emitString(FileNameForm, *FileNameStr); in emitLineTablePrologueV5IncludeAndFileTable() 263 Section.emitString(LLVMSourceForm, *FileSourceStr); in emitLineTablePrologueV5IncludeAndFileTable()
|
| H A D | OutputSections.h | 250 void emitString(dwarf::Form StringForm, const char *StringVal);
|
| H A D | OutputSections.cpp | 116 void SectionDescriptor::emitString(dwarf::Form StringForm, in emitString() function in SectionDescriptor
|
| H A D | DWARFLinkerCompileUnit.cpp | 1006 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr); in emitMacroTableImpl() 1025 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr); in emitMacroTableImpl() 1062 OutSection.emitString(dwarf::DW_FORM_strp, MacroEntry.MacroStr); in emitMacroTableImpl()
|