Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h137 void emitDebugNames(AccelTable<DWARF5AccelTableStaticData> &Table) override;
H A DDWARFLinker.h122 emitDebugNames(AccelTable<DWARF5AccelTableStaticData> &Table) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp242 void DwarfStreamer::emitDebugNames( in emitDebugNames() function in llvm::DwarfStreamer
H A DDWARFLinker.cpp2526 TheDwarfEmitter->emitDebugNames(DebugNames); in link()