Searched defs:object_file (Results 1 – 3 of 3) sorted by relevance
/external/llvm/bindings/python/llvm/ | ||
D | object.py | 292 def __init__(self, ptr, object_file): argument |
/external/libcxx/utils/libcxx/ | ||
D | compiler.py | 179 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument |
/external/llvm/tools/sancov/ | ||
D | sancov.cc | 866 std::string object_file() const { return ObjectFile; } in object_file() function in __anon15e54a520111::CoverageDataWithObjectFile |