Home
last modified time | relevance | path

Searched defs:newName (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp179 auto newName = config->segmentRenameMap.find(name); in maybeRenameSegment() local
H A DSymbolTable.cpp509 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling()
528 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp92 const char *newName() { in newName() function
/freebsd/sys/fs/udf/
H A Dosta.c311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp615 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling()
634 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h502 void setName(const Twine &newName) { Name = newName.str(); } in setName()
3417 void setName(const Twine &newName) { Name = newName.str(); } in setName()
/freebsd/contrib/bmake/
H A Dparse.c1173 char *fullname, *incdir, *slash, *newName; in FindInDirOfIncludingFile() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9241 auto set( std::string const& newName ) -> ParserResult { in set()