HomeSort by relevance Sort by last modified time
    Searched defs:is_object (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 122 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; local
124 assert(is_dynobj || is_exec || is_binary || is_object);
134 if (is_object || is_dynobj || is_exec) {
  /external/llvm/include/llvm/Support/
FileSystem.h 206 bool is_object() const { function in struct:llvm::sys::fs::file_magic
  /external/clang/test/SemaCXX/
type-traits.cpp 590 void is_object() function
    [all...]

Completed in 90 milliseconds