Searched refs:getDwarfComdatSection (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 252 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 272 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection() 312 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection() 465 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCObjectFileInfo.h | 276 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection() 316 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection() 473 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCObjectFileInfo.h | 275 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCObjectFileInfo.h | 276 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection() 316 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection() 473 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCObjectFileInfo.h | 276 return getDwarfComdatSection(".debug_info", Hash); in getDwarfInfoSection() 316 return getDwarfComdatSection(".debug_types", Hash); in getDwarfTypesSection() 473 MCSection *getDwarfComdatSection(const char *Name, uint64_t Hash) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 856 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection() function in MCObjectFileInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1085 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection() function in MCObjectFileInfo
|