Home
last modified time | relevance | path

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

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