Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp149 std::function<bool(const DebugTypeDeclFilePatch &LHS, in prepareDataForTreeCreation()
150 const DebugTypeDeclFilePatch &RHS)> in prepareDataForTreeCreation()
151 PatchesComparator = [&](const DebugTypeDeclFilePatch &LHS, in prepareDataForTreeCreation()
152 const DebugTypeDeclFilePatch &RHS) { in prepareDataForTreeCreation()
168 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation()
H A DOutputSections.h131 struct DebugTypeDeclFilePatch { struct
132 DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, StringEntry *Directory,
208 ADD_PATCHES_LIST(DebugTypeDeclFilePatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp54 DebugTypeDeclFilePatch::DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, in DebugTypeDeclFilePatch() function in DebugTypeDeclFilePatch