Searched refs:fileLine (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp162 std::optional<std::pair<StringRef, uint32_t>> fileLine = local
165 if (!fileLine && c->file->ctx.config.mingw)
166 fileLine = getFileLineDwarf(c, addr);
167 return fileLine;
180 std::pair<StringRef, uint32_t> fileLine; member in struct:lld::coff::Location
196 std::optional<std::pair<StringRef, uint32_t>> fileLine = local
199 if (fileLine)
200 locations.push_back({sym, *fileLine});
218 if (!loc.fileLine.first.empty())
219 os << loc.fileLine
631 std::optional<std::pair<StringRef, uint32_t>> fileLine; local
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp126 if (std::optional<std::pair<std::string, unsigned>> fileLine =
128 return createMsg(fileLine->first, fileLine->second);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp359 if (std::optional<std::pair<std::string, unsigned>> fileLine =
361 return createFileLineMsg(fileLine->first, fileLine->second);

Completed in 183 milliseconds