Searched refs:object_file (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/libcxx/ |
D | compiler.py | 99 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument 103 if object_file is None: 108 with_fn = lambda: libcxx.util.nullContext(object_file) 109 with with_fn() as object_file: 110 cmd, output, err, rc = self.compile(source_file, object_file, 114 return self.link(object_file, out=out, flags=flags, env=env,
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 43 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local 44 if (object_file) in CreateInstance() 46 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage); in CreateInstance()
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTCompile.cmake | 34 macro(clang_compile object_file source) 59 OUTPUT ${object_file} 61 -o "${object_file}"
|
/external/libxml2/vms/ |
D | build_libxml.com | 243 $ object_file = f$parse("[.debug].OBJ",name,,,"SYNTAX_ONLY") 252 $ if lib_command.nes."" then lib_command 'object_file'
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 292 def __init__(self, ptr, object_file): argument 294 assert isinstance(object_file, ObjectFile) 299 self._object_file = object_file
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 105 source_path, out=exec_path, object_file=object_path,
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 145 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local 146 if (object_file) in CreateInstance() 148 if (object_file->GetStrata() != ObjectFile::eStrataKernel) in CreateInstance()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 105 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local 106 if (object_file) in CreateInstance() 108 create = (object_file->GetStrata() == ObjectFile::eStrataUser); in CreateInstance()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 637 ObjectFile * object_file = exe_module->GetObjectFile(); in DoLaunch() local 638 if (object_file) in DoLaunch()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 4369 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local 4371 if (object_file && object_file->GetFileSpec() == symbol_fspec) in AddModuleSymbols()
|