SWDEV-216213 - Function to lookup module functions from COMGR.

Change-Id: I3890fb188b5b3ae44d2bb161d1b7e75228e30942
Этот коммит содержится в:
kjayapra-amd
2020-03-18 12:44:24 -04:00
родитель 7afd54f844
Коммит d961c64b00
2 изменённых файлов: 10 добавлений и 0 удалений
Обычный файл → Исполняемый файл
+1
Просмотреть файл
@@ -247,6 +247,7 @@ class Program : public amd::HeapObject {
//! Get mangled name of a name expresion
const bool getLoweredNames(std::vector<std::string>* mangledNames) const;
bool getGlobalFuncFromCodeObj(std::vector<std::string>* func_names) const;
bool getGlobalVarFromCodeObj(std::vector<std::string>* var_names) const;
bool getUndefinedVarFromCodeObj(std::vector<std::string>* var_names) const;