HomeSort by relevance Sort by last modified time
    Searched full:object_category (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
Error.h 22 const error_category &object_category();
39 return error_code(static_cast<int>(e), object_category());
  /external/llvm/lib/Object/
Error.cpp 56 const error_category &object::object_category() { function in class:object

Completed in 116 milliseconds