Searched defs:components_ (Results 1 – 6 of 6) sorted by relevance
19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components_(0); member in ark::compiler::CompilerLogger
19 std::bitset<LLVMLoggerComponents::LOG_COMPONENTS_NUM> LLVMLogger::components_(0); member in ark::llvmbackend::LLVMLogger
178 ArenaVector<Component> components_; variable
66 ComponentMark Log::components_ = static_cast<ComponentMark>(Component::ALL); member in common::Log
110 static ComponentMark components_; variable
99 inline static std::map<std::string, std::unique_ptr<AbckitComponent>> components_ = {}; variable