OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:object_file
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/cmake/Modules/
CompilerRTCompile.cmake
8
macro(clang_compile
object_file
source)
12
OUTPUT ${
object_file
}
13
COMMAND clang ${SOURCE_CFLAGS} -c -o "${
object_file
}" ${source_rpath}
/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/chromium_org/tools/valgrind/
memcheck_analyze.py
77
OBJECT_FILE
= "obj"
88
OBJECT_FILE
: getTextOf(frame,
OBJECT_FILE
),
110
TheAddressTable.Add(frame_dict[
OBJECT_FILE
],
259
foo = TheAddressTable.GetFileLine(frame[
OBJECT_FILE
],
267
output += " (" + frame[
OBJECT_FILE
] + ")"
344
rep += frame[
OBJECT_FILE
]
suppressions.py
327
'"fun:function_name" or "obj:
object_file
" or "..." expected',
[
all
...]
/external/llvm/bindings/python/llvm/
object.py
284
def __init__(self, ptr,
object_file
):
286
assert isinstance(
object_file
, ObjectFile)
291
self._object_file =
object_file
Completed in 202 milliseconds