Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h127 void emitPubTypesForUnit(const CompileUnit &Unit) override;
H A DDWARFLinker.h169 virtual void emitPubTypesForUnit(const CompileUnit &Unit) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp769 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit() function in llvm::DwarfStreamer
H A DDWARFLinker.cpp1839 TheDwarfEmitter->emitPubTypesForUnit(Unit); in emitPubAcceleratorEntriesForUnit()