Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp312 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT()
589 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes()
628 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()
734 mergeUniqueTypeRecords(file->debugTypes); in remapTpiWithGHashes()
739 nbTypeRecordsBytes = file->debugTypes.size(); in remapTpiWithGHashes()
783 ArrayRef<uint8_t> debugTypes; in typeArrayToBytes() local
784 checkError(stream.readBytes(0, stream.getLength(), debugTypes)); in typeArrayToBytes()
785 return debugTypes; in typeArrayToBytes()
842 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
876 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
[all …]
H A DDebugTypes.h79 ArrayRef<uint8_t> debugTypes,
H A DDriver.cpp849 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
866 debugTypes |= v; in parseDebugTypes()
868 return debugTypes; in parseDebugTypes()
872 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
874 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
876 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
878 return debugTypes; in parseDebugTypes()
1569 config->debugTypes = parseDebugTypes(args); in linkerMain()
H A DConfig.h126 unsigned debugTypes = static_cast<unsigned>(DebugType::None); member
H A DInputFiles.cpp783 debugTypes = data; in initializeDependencies()
811 debugTypes = debugTypes.drop_front(firstType->RecordData.size()); in initializeDependencies()
H A DInputFiles.h207 ArrayRef<uint8_t> debugTypes; variable