Searched defs:is_lazy (Results 1 – 7 of 7) sorted by relevance
142 bool load( const std::string& file_name, bool is_lazy = false ) noexcept in load()160 bool load( std::istream& stream, bool is_lazy = false ) noexcept in load()497 bool load_sections( std::istream& stream, bool is_lazy ) noexcept in load_sections()556 bool load_segments( std::istream& stream, bool is_lazy ) noexcept in load_segments()
254 mutable bool is_lazy = false; member in ELFIO::segment_impl
351 mutable bool is_lazy = false; member in ELFIO::section_impl
203 bool is_lazy = false; in TEST() local310 bool is_lazy = false; in TEST() local
594 bool is_lazy : 4; member
5642 bool is_lazy = pool_->lazily_build_dependencies_ && !is_weak; in CrossLinkField() local
2688 const bool is_lazy = in ParseFunctionLiteral() local