Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h252 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection()
291 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection()
415 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp856 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection() function in MCObjectFileInfo