Searched refs:tryGetCPUName (Results 1 – 4 of 4) sorted by relevance
340 virtual std::optional<StringRef> tryGetCPUName() const { in tryGetCPUName() function
92 std::optional<StringRef> tryGetCPUName() const override;
357 std::optional<StringRef> ELFObjectFileBase::tryGetCPUName() const { in tryGetCPUName() function in ELFObjectFileBase
2038 MCPU = Obj->tryGetCPUName().value_or("").str(); in disassembleObject()