Home
last modified time | relevance | path

Searched refs:getDwarfComdatSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h275 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection()
315 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection()
471 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1107 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection() function in MCObjectFileInfo