Searched refs:getCOFFConfig (Results 1 – 4 of 4) sorted by relevance
30 virtual Expected<const COFFConfig &> getCOFFConfig() const = 0;
30 Expected<const COFFConfig &> getCOFFConfig() const override;
49 Expected<const COFFConfig &> COFFConfig = Config.getCOFFConfig(); in executeObjcopyOnBinary()
16 Expected<const COFFConfig &> ConfigManager::getCOFFConfig() const { in getCOFFConfig() function in llvm::objcopy::ConfigManager