Searched refs:debugTypes (Results 1 – 6 of 6) sorted by relevance
307 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT()554 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes()593 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()699 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()704 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()748 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local750 return debugTypes; in typeArrayToBytes()807 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()832 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()854 mergeUniqueTypeRecords(file->debugTypes, in remapTpiWithGHashes()[all …]
82 ArrayRef<uint8_t> debugTypes,
844 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local861 debugTypes |= v; in parseDebugTypes()863 return debugTypes; in parseDebugTypes()867 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()869 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()871 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()873 return debugTypes; in parseDebugTypes()1554 config->debugTypes = parseDebugTypes(args); in linkerMain()
126 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
781 debugTypes = data; in initializeDependencies()805 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
207 ArrayRef<uint8_t> debugTypes; variable