Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp299 std::string secAndOffset = (name + "+0x" + utohexstr(offset)).str(); in getLocation() local
303 return (config->outputFile + ":(" + secAndOffset + ")") in getLocation()
309 secAndOffset + ")"; in getLocation()
318 return srcFile + ":(function " + toString(*d) + ": " + secAndOffset + ")"; in getLocation()
321 return (srcFile + ":(" + secAndOffset + ")"); in getLocation()