Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.cpp292 std::string secAndOffset = (name + "+0x" + utohexstr(offset)).str(); in getLocation() local
296 return (config->outputFile + ":(" + secAndOffset + ")") in getLocation()
302 secAndOffset + ")"; in getLocation()
311 return srcFile + ":(function " + toString(*d) + ": " + secAndOffset + ")"; in getLocation()
314 return (srcFile + ":(" + secAndOffset + ")"); in getLocation()