Home
last modified time | relevance | path

Searched refs:LLVM_SUFFIX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp96 bool withLlvmSuffix = std::string_view {GetName()}.find(LLVM_SUFFIX) != std::string_view::npos; in RunOptimizations()
102 << "'" << GetName() << "' must not contain '" << LLVM_SUFFIX << "', only interpreter handlers can"; in RunOptimizations()
228 ASSERT(name.find(LLVM_SUFFIX) == name.size() - LLVM_SUFFIX.size()); in SkippedByLLVM()
229 name = name.substr(0, name.size() - LLVM_SUFFIX.size()); in SkippedByLLVM()
H A Dfunction.h254 static constexpr std::string_view LLVM_SUFFIX = "_LLVM"; member in ark::irtoc::Function

Completed in 2 milliseconds