Searched defs:tryGetCPUName (Results 1 – 2 of 2) sorted by relevance
358 Optional<StringRef> ELFObjectFileBase::tryGetCPUName() const { in tryGetCPUName() function in ELFObjectFileBase
330 virtual Optional<StringRef> tryGetCPUName() const { return None; }; in tryGetCPUName() function