Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h87 createAs(const IPDBSession &PDBSession, in createAs() function
93 static std::unique_ptr<ConcreteT> createAs(const IPDBSession &PDBSession, in createAs() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp27 return PDBSymbol::createAs<PDBSymbolCompiland>(Session, std::move(RawSymbol)); in getCompiland()
H A DDIARawSymbol.cpp876 PDBSymbol::createAs<PDBSymbolTypePointer>(Session, std::move(RawVT)); in getVirtualBaseTableType()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp204 return PDBSymbol::createAs<PDBSymbolExe>(*this, getNativeGlobalScope()); in getGlobalScope()