Home
last modified time | relevance | path

Searched refs:llvmModule (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp88 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local
91 auto callSigns = llvmModule->GetCSigns(); in CollectFuncEntryInfo()
93 for (size_t j = 0; j < llvmModule->GetFuncCount(); j++) { in CollectFuncEntryInfo()
94 LLVMValueRef func = llvmModule->GetFunction(j); in CollectFuncEntryInfo()
100 const size_t funcCount = llvmModule->GetFuncCount(); in CollectFuncEntryInfo()
105 LLVMValueRef func = llvmModule->GetFunction(j); in CollectFuncEntryInfo()
137 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local
138 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()