Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp428 std::optional<typename Linker::AccelTableKind> SrcAccelTableKind = in linkDebugInfoImpl() local
431 if (SrcAccelTableKind) { in linkDebugInfoImpl()
436 else if (!llvm::is_contained(AccelTables, *SrcAccelTableKind)) in linkDebugInfoImpl()
439 assert(!SrcAccelTableKind); in linkDebugInfoImpl()