Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp38 class NativeInjectedSource final : public IPDBInjectedSource { class
44 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource() function in llvm::pdb::__anon054798330111::NativeInjectedSource
111 return std::make_unique<NativeInjectedSource>(std::next(Stream.begin(), N)->second, in getChildAtIndex()
118 return std::make_unique<NativeInjectedSource>((Cur++)->second, File, Strings); in getNext()