Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp314 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() local
786 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 …]
H A DDebugTypes.h79 ArrayRef<uint8_t> debugTypes,
H A DDriver.cpp862 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
879 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()
H A DConfig.h142 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
H A DInputFiles.cpp785 debugTypes = data; in initializeDependencies()
813 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
H A DInputFiles.h210 ArrayRef<uint8_t> debugTypes; variable