MCPcopy Create free account
hub / github.com/ROCm/clr / getGlobalFuncFromCodeObj

Method getGlobalFuncFromCodeObj

rocclr/device/devprogram.cpp:2140–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138}
2139
2140bool Program::getGlobalFuncFromCodeObj(std::vector<std::string>* func_names) const {
2141 return getSymbolsFromCodeObj(func_names, AMD_COMGR_SYMBOL_TYPE_FUNC);
2142}
2143
2144bool Program::getGlobalVarFromCodeObj(std::vector<std::string>* var_names) const {
2145 return getSymbolsFromCodeObj(var_names, AMD_COMGR_SYMBOL_TYPE_OBJECT);

Callers 2

BuildItMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected