Home
last modified time | relevance | path

Searched defs:DebugTypeDeclFilePatch (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DOutputSections.h131 struct DebugTypeDeclFilePatch { struct
135 DIE *Die = nullptr;
136 TypeEntry *TypeName = nullptr;
137 StringEntry *Directory = nullptr;
138 StringEntry *FilePath = nullptr;
139 uint32_t FileID = 0;
H A DOutputSections.cpp55 DebugTypeDeclFilePatch::DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, in DebugTypeDeclFilePatch() function in DebugTypeDeclFilePatch