Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp2684 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections, in checkOverlap() function
2735 checkOverlap("file", fileOffs, false); in checkSections()
2752 checkOverlap("virtual address", vmas, true); in checkSections()
2761 checkOverlap("load address", lmas, false); in checkSections()