Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h238 enum DIContextKind { CK_DWARF, CK_PDB, CK_BTF }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h150 return DICtx->getKind() == CK_DWARF; in classof()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp751 : DIContext(CK_DWARF), in DWARFContext()