Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp293 std::string SecAndOffset = (Name + "+0x" + utohexstr(Offset)).str(); in getLocation() local
297 return (Config->OutputFile + ":(" + SecAndOffset + ")") in getLocation()
303 SecAndOffset + ")"; in getLocation()
312 return SrcFile + ":(function " + toString(*D) + ": " + SecAndOffset + ")"; in getLocation()
315 return (SrcFile + ":(" + SecAndOffset + ")"); in getLocation()