Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb51 baseName = testName[testName.size - 1].split(".")
52 @testSuite = "test." + baseName[0]
/freebsd/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()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp401 StringRef baseName = bitcodeFilePath.ends_with(")") in compile() local
407 outputFileBaseName + ".lto." + baseName + ext); in compile()