HomeSort by relevance Sort by last modified time
    Searched full:objpath (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/
Makefile 117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
124 $(Verb) rm -rf $(Tmp.ObjPath)
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
154 $(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/libcompiler_rt.$(Tmp.LibrarySuffix)))
155 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
161 .PRECIOUS: $(Tmp.ObjPath)/.dir
164 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix)
174 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch))
205 $(Tmp.ObjPath)/$(Tmp.FnDir)/$(fn).o)
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 423 const char *objPath;
424 if (lto_codegen_compile_to_file(code_gen, &objPath)) {
437 if ((*add_input_file)(objPath) != LDPS_OK) {
439 (*message)(LDPL_ERROR, "File left behind in: %s", objPath);
450 Cleanup.push_back(sys::Path(objPath));
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]

Completed in 58 milliseconds