Searched refs:fileLine (Results 1 – 3 of 3) sorted by relevance
147 if (!fileLine && config->mingw) in getFileLine()148 fileLine = getFileLineDwarf(c, addr); in getFileLine()149 return fileLine; in getFileLine()162 std::pair<StringRef, uint32_t> fileLine; in getSymbolLocations() member181 if (fileLine) in getSymbolLocations()200 if (!loc.fileLine.first.empty()) in getSymbolLocations()201 os << loc.fileLine.first << ":" << loc.fileLine.second in getSymbolLocations()620 fileLine = getFileLine(sc, offset); in getSourceLocationObj()621 if (!fileLine) in getSourceLocationObj()627 if (fileLine) in getSourceLocationObj()[all …]
124 if (Optional<std::pair<std::string, unsigned>> fileLine = in getSourceLocation() local126 return createMsg(fileLine->first, fileLine->second); in getSourceLocation()
225 if (Optional<std::pair<std::string, unsigned>> fileLine = in getSrcMsgAux() local227 return createFileLineMsg(fileLine->first, fileLine->second); in getSrcMsgAux()