Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumInjectedSources.cpp17 DIAEnumInjectedSources::DIAEnumInjectedSources( in DIAEnumInjectedSources() function in DIAEnumInjectedSources
22 uint32_t DIAEnumInjectedSources::getChildCount() const { in getChildCount()
28 DIAEnumInjectedSources::getChildAtIndex(uint32_t Index) const { in getChildAtIndex()
36 std::unique_ptr<IPDBInjectedSource> DIAEnumInjectedSources::getNext() { in getNext()
45 void DIAEnumInjectedSources::reset() { Enumerator->Reset(); } in reset()
47 DIAEnumInjectedSources *DIAEnumInjectedSources::clone() const { in clone()
51 return new DIAEnumInjectedSources(Session, EnumeratorClone); in clone()
DDIASession.cpp410 return llvm::make_unique<DIAEnumInjectedSources>(*this, Files); in getInjectedSources()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAEnumInjectedSources.h21 class DIAEnumInjectedSources : public IPDBEnumChildren<IPDBInjectedSource> {
23 explicit DIAEnumInjectedSources(
31 DIAEnumInjectedSources *clone() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt17 DIA/DIAEnumInjectedSources.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap90 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"