Home
last modified time | relevance | path

Searched refs:debugTypes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/COFF/
DDebugTypes.cpp319 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT()
579 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes()
616 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()
702 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()
707 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
751 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local
752 checkError(stream.readBytes(0, stream.getLength(), debugTypes)); in typeArrayToBytes()
753 return debugTypes; in typeArrayToBytes()
810 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
835 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
[all …]
DDebugTypes.h81 ArrayRef<uint8_t> debugTypes,
DDriver.cpp698 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
715 debugTypes |= v; in parseDebugTypes()
717 return debugTypes; in parseDebugTypes()
721 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
723 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
725 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
727 return debugTypes; in parseDebugTypes()
1351 config->debugTypes = parseDebugTypes(args); in link()
DConfig.h113 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
DInputFiles.cpp809 debugTypes = data; in initializeDependencies()
833 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
DInputFiles.h214 ArrayRef<uint8_t> debugTypes; variable