OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_file
(Results
1 - 7
of
7
) sorted by null
/external/libcxx/test/libcxx/
compiler.py
99
def compileLinkTwoSteps(self, source_file, out=None,
object_file
=None,
103
if
object_file
is None:
108
with_fn = lambda: libcxx.util.nullContext(
object_file
)
109
with with_fn() as
object_file
:
111
source_file,
object_file
, flags=flags, env=env, cwd=cwd)
116
object_file
, out=out, flags=flags, env=env, cwd=cwd)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py
99
def compileLinkTwoSteps(self, source_file, out=None,
object_file
=None,
103
if
object_file
is None:
108
with_fn = lambda: libcxx.util.nullContext(
object_file
)
109
with with_fn() as
object_file
:
111
source_file,
object_file
, flags=flags, env=env, cwd=cwd)
116
object_file
, out=out, flags=flags, env=env, cwd=cwd)
/external/ImageMagick/coders/
Make.com
172
$
object_file
=f$parse(source_file,,,"name")+".obj"
173
$
object_file
=f$search(
object_file
)
174
$ if (
object_file
.nes. "")
176
$ object_time=f$file_attribute(
object_file
,"cdt")
179
$
object_file
=""
181
$ if (
object_file
.eqs. "")
/external/libxml2/vms/
build_libxml.com
244
$
object_file
= f$parse("[.debug].OBJ",name,,,"SYNTAX_ONLY")
248
$ write sys$output "''cc_command'''p2'/object=''
object_file
' ''source_file'"
249
$ cc_command'p2' /object='
object_file
'source_file'
253
$ if lib_command.nes."" then lib_command '
object_file
'
260
$ write sys$output "''link_command'''opts' ''
object_file
',XML_LIBDIR:libxml.olb/library"
263
$ link_command'opts' '
object_file
',-
266
$ link_command'opts' '
object_file
',-
/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/libcxx/test/libcxx/test/
format.py
110
source_path, out=exec_path,
object_file
=object_path,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py
110
source_path, out=exec_path,
object_file
=object_path,
Completed in 160 milliseconds