Searched refs:libName (Results 1 – 4 of 4) sorted by relevance
123 void runTests(string libName) in runTests() argument126 auto handle = openLib(libName); in runTests()
122 void runTests(string libName) in runTests() argument125 auto handle = openLib(libName); in runTests()
865 char *libName = str_concat3("lib", gn->name + 2, ".a"); in Arch_FindLib() 866 gn->path = Dir_FindFile(libName, path); in Arch_FindLib() local 867 free(libName); in Arch_FindLib()
2346 const char *libName = TLI.getLibcallName(VT == MVT::i32 in LowerFP_TO_SINT() local2349 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerFP_TO_SINT()2377 const char *libName = TLI.getLibcallName(OpVT == MVT::i32 in LowerSINT_TO_FP() local2380 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerSINT_TO_FP()