Home
last modified time | relevance | path

Searched refs:ObjFiles (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp1120 std::map<std::string, std::string> ObjFiles; in readSymbolizeAndMergeCmdArguments() local
1137 if (ObjFiles.find(ShortFileName) != ObjFiles.end()) { in readSymbolizeAndMergeCmdArguments()
1141 ObjFiles[ShortFileName] = FileName; in readSymbolizeAndMergeCmdArguments()
1160 auto Iter = ObjFiles.find(Components[1]); in readSymbolizeAndMergeCmdArguments()
1161 if (Iter == ObjFiles.end()) { in readSymbolizeAndMergeCmdArguments()
1168 for (const auto &Pair : ObjFiles) { in readSymbolizeAndMergeCmdArguments()
/external/freetype/builds/mac/
DFreeType.m68k_cfm.make.txt78 ObjFiles-68K = \xB6
144 FreeType.m68k_cfm.o \xC4\xC4 {ObjFiles-68K} {LibFiles-68K} {\xA5MondoBuild\xA5}
147 {ObjFiles-68K} \xB6
DFreeType.ppc_classic.make.txt78 ObjFiles-PPC = \xB6
144 FreeType.ppc_classic.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\xA5}
147 {ObjFiles-PPC} \xB6
DFreeType.m68k_far.make.txt77 ObjFiles-68K = \xB6
143 FreeType.m68k_far.o \xC4\xC4 {ObjFiles-68K} {LibFiles-68K} {\xA5MondoBuild\xA5}
146 {ObjFiles-68K} \xB6
DFreeType.ppc_carbon.make.txt78 ObjFiles-PPC = \xB6
144 FreeType.ppc_carbon.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\xA5}
147 {ObjFiles-PPC} \xB6
/external/llvm/tools/sancov/
Dsancov.cc1037 std::map<std::string, std::string> ObjFiles; in readCmdArguments() local
1050 if (ObjFiles.find(ShortFileName) != ObjFiles.end()) { in readCmdArguments()
1054 ObjFiles[ShortFileName] = FileName; in readCmdArguments()
1073 auto Iter = ObjFiles.find(Components[1]); in readCmdArguments()
1074 if (Iter == ObjFiles.end()) { in readCmdArguments()