Home
last modified time | relevance | path

Searched refs:DebugTypeDeclFilePatch (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp150 std::function<bool(const DebugTypeDeclFilePatch &LHS, in prepareDataForTreeCreation()
151 const DebugTypeDeclFilePatch &RHS)> in prepareDataForTreeCreation()
152 PatchesComparator = [&](const DebugTypeDeclFilePatch &LHS, in prepareDataForTreeCreation()
153 const DebugTypeDeclFilePatch &RHS) { in prepareDataForTreeCreation()
169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation()
H A DOutputSections.h131 struct DebugTypeDeclFilePatch { struct
132 DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, StringEntry *Directory,
203 ADD_PATCHES_LIST(DebugTypeDeclFilePatch) in ADD_PATCHES_LIST()
135 DieDebugTypeDeclFilePatch global() argument
136 TypeNameDebugTypeDeclFilePatch global() argument
137 DirectoryDebugTypeDeclFilePatch global() argument
138 FilePathDebugTypeDeclFilePatch global() argument
139 FileIDDebugTypeDeclFilePatch global() argument
H A DOutputSections.cpp55 DebugTypeDeclFilePatch::DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, in DebugTypeDeclFilePatch() function in DebugTypeDeclFilePatch
H A DDIEAttributeCloner.cpp371 DebugInfoOutputSection.notePatch(DebugTypeDeclFilePatch{ in cloneScalarAttr()