Lines Matching defs:ModuleName
160 std::string &ModuleName, object::BuildID &BuildID,
162 ModuleName = BinaryName;
216 ModuleName = Name;
221 ModuleName = getSpaceDelimitedWord(InputString);
222 if (ModuleName.empty())
277 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd,
285 ModuleName, Symbol.empty() ? std::make_optional(Offset) : std::nullopt,
325 static void printUnknownLineInfo(std::string ModuleName, DIPrinter &Printer) {
326 Request SymRequest = {ModuleName, std::nullopt, StringRef()};
336 std::string ModuleName;
345 printUnknownLineInfo(ModuleName, Printer);
349 StringRef(InputString), Cmd, ModuleName, BuildID,
353 printUnknownLineInfo(ModuleName, Printer);
359 assert(ModuleName.empty());
366 executeCommand(ModuleName, ModuleName, Cmd, Symbol, Offset, AdjustVMA,