HomeSort by relevance Sort by last modified time
    Searched refs:ObjPath (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/gyp/test/mac/
gyptest-lto.py 25 def ObjPath(srcpath, target):
50 ObjType(ObjPath('cfile', 'lto'), 'llvm')
51 ObjType(ObjPath('ccfile', 'lto'), 'llvm')
52 ObjType(ObjPath('mfile', 'lto'), 'llvm')
53 ObjType(ObjPath('mmfile', 'lto'), 'llvm')
54 ObjType(ObjPath('asmfile', 'lto'), 'mach-o')
56 ObjType(ObjPath('cfile', 'lto_static'), 'llvm')
57 ObjType(ObjPath('ccfile', 'lto_static'), 'llvm')
58 ObjType(ObjPath('mfile', 'lto_static'), 'llvm')
59 ObjType(ObjPath('mmfile', 'lto_static'), 'llvm'
    [all...]
  /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...]

Completed in 75 milliseconds