Home
last modified time | relevance | path

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

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