Searched refs:debugTypes (Results 1 – 6 of 6) sorted by relevance
314 BinaryStreamReader reader(file->debugTypes, llvm::endianness::little); in mergeDebugT()630 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()736 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()741 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()785 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local786 checkError(stream.readBytes(0, stream.getLength(), debugTypes)); in typeArrayToBytes()787 return debugTypes; in typeArrayToBytes()844 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()878 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()900 mergeUniqueTypeRecords(file->debugTypes, in remapTpiWithGHashes()[all …]
79 ArrayRef<uint8_t> debugTypes,
862 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local879 debugTypes |= v; in parseDebugTypes()881 return debugTypes; in parseDebugTypes()885 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()887 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()889 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()891 return debugTypes; in parseDebugTypes()1670 config->debugTypes = parseDebugTypes(args); in linkerMain()
142 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
785 debugTypes = data; in initializeDependencies()813 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
210 ArrayRef<uint8_t> debugTypes; variable