Lines Matching refs:ModuleName
93 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand() argument
95 ModuleName = ""; in parseCommand()
116 ModuleName = std::string(Pos, End - Pos); in parseCommand()
120 ModuleName = std::string(Pos, NameLength); in parseCommand()
124 ModuleName = BinaryName.str(); in parseCommand()
142 std::string ModuleName; in symbolizeInput() local
145 StringRef(InputString), Cmd, ModuleName, Offset)) { in symbolizeInput()
159 ModuleName, {Offset, object::SectionedAddress::UndefSection}); in symbolizeInput()
163 ModuleName, {Offset, object::SectionedAddress::UndefSection}); in symbolizeInput()
172 ModuleName, {Offset, object::SectionedAddress::UndefSection}); in symbolizeInput()
182 ModuleName, {Offset, object::SectionedAddress::UndefSection}); in symbolizeInput()
186 ModuleName, {Offset, object::SectionedAddress::UndefSection}); in symbolizeInput()