Home
last modified time | relevance | path

Searched refs:baseName (Results 1 – 5 of 5) sorted by relevance

/src/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb51 baseName = testName[testName.size - 1].split(".")
52 @testSuite = "test." + baseName[0]
/src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp297 StringRef baseName = name; in loadMinGWSymbols() local
299 baseName = ltrim1(baseName, "_@"); in loadMinGWSymbols()
300 baseName = baseName.substr(0, baseName.find('@')); in loadMinGWSymbols()
302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols()
H A DLTO.cpp249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile() local
253 outputFileBaseName + ".lto." + baseName + Ext); in compile()
/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp62 std::string baseName(ASTNode node) { in baseName() function in __anon11698f9a0111::ClangASTNodesEmitter
133 OS << NodeName << "(" << Child.getName() << ", " << baseName(Base) << ")"; in EmitNode()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp401 StringRef baseName = bitcodeFilePath.ends_with(")") in compile() local
407 outputFileBaseName + ".lto." + baseName + ext); in compile()