Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp323 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() local
780 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 …]
H A DDebugTypes.h81 ArrayRef<uint8_t> debugTypes,
H A DDriver.cpp742 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
759 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()
H A DConfig.h122 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
H A DInputFiles.cpp811 debugTypes = data; in initializeDependencies()
835 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
H A DInputFiles.h217 ArrayRef<uint8_t> debugTypes; variable