Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h97 void emitLineStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h62 virtual void emitLineStrings(const NonRelocatableStringpool &Pool) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp339 void DwarfStreamer::emitLineStrings(const NonRelocatableStringpool &Pool) { in emitLineStrings() function in DwarfStreamer
H A DDWARFLinker.cpp2882 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link()