Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp2242 static void checkOverlap(StringRef Name, std::vector<SectionOffset> &Sections, in checkOverlap() function
2293 checkOverlap("file", FileOffs, false); in checkSections()
2310 checkOverlap("virtual address", VMAs, true); in checkSections()
2319 checkOverlap("load address", LMAs, false); in checkSections()