Home
last modified time | relevance | path

Searched defs:ConcatInputSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.h41 class ConcatInputSection; variable
H A DICF.cpp289 std::function<bool(const ConcatInputSection *, const ConcatInputSection *)> in segregate()
H A DInputSection.h99 ConcatInputSection(StringRef segname, StringRef name) in ConcatInputSection() function