Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h40 return DICtx->getKind() == CK_PDB; in classof()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp27 : DIContext(CK_PDB), Session(std::move(PDBSession)) { in PDBContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h238 enum DIContextKind { CK_DWARF, CK_PDB, CK_BTF }; enumerator