Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h91 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp42 uint32_t llvm::serializeSectionKind(DWARFSectionKind Kind, in serializeSectionKind() function in llvm
/src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp163 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex()
164 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()