Searched refs:fileLine (Results 1 – 3 of 3) sorted by relevance
165 if (!fileLine && c->file->ctx.config.mingw) in getFileLine()166 fileLine = getFileLineDwarf(c, addr); in getFileLine()167 return fileLine; in getFileLine()180 std::pair<StringRef, uint32_t> fileLine; in getSymbolLocations() member199 if (fileLine) in getSymbolLocations()218 if (!loc.fileLine.first.empty()) in getSymbolLocations()219 os << loc.fileLine.first << ":" << loc.fileLine.second in getSymbolLocations()633 fileLine = getFileLine(sc, offset); in getSourceLocationObj()634 if (!fileLine) in getSourceLocationObj()640 if (fileLine) in getSourceLocationObj()[all …]
126 if (std::optional<std::pair<std::string, unsigned>> fileLine = in getSourceLocation() local128 return createMsg(fileLine->first, fileLine->second); in getSourceLocation()
359 if (std::optional<std::pair<std::string, unsigned>> fileLine = in getSrcMsgAux() local361 return createFileLineMsg(fileLine->first, fileLine->second); in getSrcMsgAux()