Searched refs:llvmModule (Results 1 – 1 of 1) sorted by relevance
88 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local91 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() local138 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()