Searched refs:gnu_debuglink_crc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 111 uint32_t &gnu_debuglink_crc) { in GetDebugLinkContents() argument 132 data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetDebugLinkContents() 155 uint32_t gnu_debuglink_crc; in GetCoffUUID() local 160 if (!GetDebugLinkContents(coff_obj, gnu_debuglink_file, gnu_debuglink_crc)) { in GetCoffUUID() 169 gnu_debuglink_crc = llvm::crc32(0, llvm::arrayRefFromStringRef(raw_data)); in GetCoffUUID() 172 llvm::support::ulittle32_t data(gnu_debuglink_crc); in GetCoffUUID() 1045 uint32_t gnu_debuglink_crc; in GetDebugLink() local 1046 if (GetDebugLinkContents(*m_binary, gnu_debuglink_file, gnu_debuglink_crc)) in GetDebugLink()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 585 uint32_t gnu_debuglink_crc = 0; in GetModuleSpecifications() local 591 gnu_debuglink_file, gnu_debuglink_crc, in GetModuleSpecifications() 606 if (!gnu_debuglink_crc) { in GetModuleSpecifications() 623 gnu_debuglink_crc = calc_crc32(0, data); in GetModuleSpecifications() 627 if (gnu_debuglink_crc) { in GetModuleSpecifications() 629 u32le data(gnu_debuglink_crc); in GetModuleSpecifications() 1334 uint32_t &gnu_debuglink_crc, in GetSectionHeaderInfo() argument 1535 data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetSectionHeaderInfo()
|
| H A D | ObjectFileELF.h | 271 uint32_t &gnu_debuglink_crc,
|