Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2760 static void checkOverlap(Ctx &ctx, StringRef name, in checkOverlap() function
2813 checkOverlap(ctx, "file", fileOffs, false); in checkSections()
2830 checkOverlap(ctx, "virtual address", vmas, true); in checkSections()
2839 checkOverlap(ctx, "load address", lmas, false); in checkSections()