Searched refs:fileLine (Results 1 – 3 of 3) sorted by relevance
162 std::optional<std::pair<StringRef, uint32_t>> fileLine = in getFileLine() local165 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() member196 std::optional<std::pair<StringRef, uint32_t>> fileLine = in getSymbolLocations() local199 if (fileLine) in getSymbolLocations()200 locations.push_back({sym, *fileLine}); in getSymbolLocations()218 if (!loc.fileLine.first.empty()) in getSymbolLocations()219 os << loc.fileLine.first << ":" << loc.fileLine.second in getSymbolLocations()[all …]
172 if (std::optional<std::pair<std::string, unsigned>> fileLine = in getSourceLocation() local174 return createMsg(fileLine->first, fileLine->second); in getSourceLocation()
382 if (std::optional<std::pair<std::string, unsigned>> fileLine = in getSrcMsgAux() local384 return createFileLineMsg(fileLine->first, fileLine->second); in getSrcMsgAux()