Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h72 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp41 uint32_t llvm::serializeSectionKind(DWARFSectionKind Kind, in serializeSectionKind() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp158 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex()
159 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()