Searched refs:baseName (Results 1 – 5 of 5) sorted by relevance
51 baseName = testName[testName.size - 1].split(".")52 @testSuite = "test." + baseName[0]
297 StringRef baseName = name; in loadMinGWSymbols() local299 baseName = ltrim1(baseName, "_@"); in loadMinGWSymbols()300 baseName = baseName.substr(0, baseName.find('@')); in loadMinGWSymbols()302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols()
249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile() local253 outputFileBaseName + ".lto." + baseName + Ext); in compile()
62 std::string baseName(ASTNode node) { in baseName() function in __anon11698f9a0111::ClangASTNodesEmitter133 OS << NodeName << "(" << Child.getName() << ", " << baseName(Base) << ")"; in EmitNode()
401 StringRef baseName = bitcodeFilePath.ends_with(")") in compile() local407 outputFileBaseName + ".lto." + baseName + ext); in compile()