Searched refs:debugTypes (Results 1 – 6 of 6) sorted by relevance
323 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT()584 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes()623 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()729 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()734 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()778 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local780 return debugTypes; in typeArrayToBytes()837 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()862 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()884 mergeUniqueTypeRecords(file->debugTypes, in remapTpiWithGHashes()[all …]
81 ArrayRef<uint8_t> debugTypes,
742 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local759 debugTypes |= v; in parseDebugTypes()761 return debugTypes; in parseDebugTypes()765 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()767 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()769 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()771 return debugTypes; in parseDebugTypes()1421 config->debugTypes = parseDebugTypes(args); in linkerMain()
122 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
811 debugTypes = data; in initializeDependencies()835 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
217 ArrayRef<uint8_t> debugTypes; variable