HomeSort by relevance Sort by last modified time
    Searched refs:object_file (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str()); local
106 if ((object_file == NULL) || object_file->hasError()) {
108 // object_file->getErrorMessage().c_str());
109 delete object_file;
114 // Acquire the read lock on object_file for reading its RS info file.
118 if (!object_file->lock()) {
121 object_file->getErrorMessage().c_str());
122 delete object_file;
132 // Release the lock on object_file
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 43 ObjectFile *object_file = exe_module->GetObjectFile(); local
44 if (object_file)
46 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage);
  /external/llvm/bindings/python/llvm/
object.py 292 def __init__(self, ptr, object_file):
294 assert isinstance(object_file, ObjectFile)
299 self._object_file = object_file
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 145 ObjectFile *object_file = exe_module->GetObjectFile(); local
146 if (object_file)
148 if (object_file->GetStrata() != ObjectFile::eStrataKernel)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 105 ObjectFile *object_file = exe_module->GetObjectFile(); local
106 if (object_file)
108 create = (object_file->GetStrata() == ObjectFile::eStrataUser);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 518 object_file string or None Result of compiling the C file
530 self.object_file = None
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 637 ObjectFile * object_file = exe_module->GetObjectFile(); local
638 if (object_file)
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 4369 ObjectFile *object_file = symbol_file->GetObjectFile(); local
    [all...]

Completed in 304 milliseconds