Searched refs:ObjPath (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/
H A DMakefile117 $(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)/
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp462 std::string ObjPath; local
469 ObjPath = Temp;
481 if ((*add_input_file)(ObjPath.c_str()) != LDPS_OK) {
483 (*message)(LDPL_ERROR, "File left behind in: %s", ObjPath.c_str());
494 Cleanup.push_back(ObjPath);

Completed in 751 milliseconds