Lines Matching defs:ModuleName
162 std::string &ModuleName, object::BuildID &BuildID,
164 ModuleName = BinaryName;
218 ModuleName = Name;
223 ModuleName = getSpaceDelimitedWord(InputString);
224 if (ModuleName.empty())
279 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd,
287 ModuleName, Symbol.empty() ? std::make_optional(Offset) : std::nullopt,
327 static void printUnknownLineInfo(std::string ModuleName, DIPrinter &Printer) {
328 Request SymRequest = {ModuleName, std::nullopt, StringRef()};
338 std::string ModuleName;
347 printUnknownLineInfo(ModuleName, Printer);
351 StringRef(InputString), Cmd, ModuleName, BuildID,
355 printUnknownLineInfo(ModuleName, Printer);
361 assert(ModuleName.empty());
368 executeCommand(ModuleName, ModuleName, Cmd, Symbol, Offset, AdjustVMA,