Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp313 BinaryStreamReader reader(file->debugTypes, llvm::endianness::little); in mergeDebugT()
595 BinaryStreamReader reader(file->debugTypes, llvm::endianness::little); in loadGHashes()
634 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()
740 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()
745 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
790 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local
791 checkError(stream.readBytes(0, stream.getLength(), debugTypes)); in typeArrayToBytes()
792 return debugTypes; in typeArrayToBytes()
849 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
883 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
[all …]
H A DDebugTypes.h79 ArrayRef<uint8_t> debugTypes,
H A DDriver.cpp899 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
916 debugTypes |= v; in parseDebugTypes()
918 return debugTypes; in parseDebugTypes()
922 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
924 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
926 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
928 return debugTypes; in parseDebugTypes()
1745 config->debugTypes = parseDebugTypes(ctx, args); in linkerMain()
H A DConfig.h145 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
H A DInputFiles.h219 ArrayRef<uint8_t> debugTypes; variable
H A DInputFiles.cpp1050 debugTypes = data; in initializeDependencies()
1078 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()