Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp307 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() local
750 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 …]
H A DDebugTypes.h82 ArrayRef<uint8_t> debugTypes,
H A DDriver.cpp844 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
861 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()
H A DConfig.h126 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
H A DInputFiles.cpp781 debugTypes = data; in initializeDependencies()
805 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
H A DInputFiles.h207 ArrayRef<uint8_t> debugTypes; variable