Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h88 createAs(const IPDBSession &PDBSession, in createAs() function
94 static std::unique_ptr<ConcreteT> createAs(const IPDBSession &PDBSession, in createAs() function
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp213 return PDBSymbol::createAs<PDBSymbolExe>(*this, getNativeGlobalScope()); in getGlobalScope()