Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp2749 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections, in checkOverlap() function
2800 checkOverlap("file", fileOffs, false); in checkSections()
2817 checkOverlap("virtual address", vmas, true); in checkSections()
2826 checkOverlap("load address", lmas, false); in checkSections()