Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp95 NativeEnumInjectedSources::NativeEnumInjectedSources( in NativeEnumInjectedSources() function in llvm::pdb::NativeEnumInjectedSources
100 uint32_t NativeEnumInjectedSources::getChildCount() const { in getChildCount()
105 NativeEnumInjectedSources::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
112 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() { in getNext()
118 void NativeEnumInjectedSources::reset() { Cur = Stream.begin(); } in reset()
DNativeSession.cpp205 return std::make_unique<NativeEnumInjectedSources>(*Pdb, *ISS, *Strings); in getInjectedSources()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.h22 class NativeEnumInjectedSources : public IPDBEnumChildren<IPDBInjectedSource> {
24 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt54 Native/NativeEnumInjectedSources.cpp