Home
last modified time | relevance | path

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

/freebsd-src/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() argument
528 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp147 auto setMacroName = [&](StringRef newName) { in emitNodeInvocations()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp92 const char *newName() { in newName() function
/freebsd-src/sys/fs/udf/
H A Dosta.c311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp612 __anon3c31d4860302(StringRef newName) getAlternativeSpelling() argument
631 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); getAlternativeSpelling() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp781 StringRef newName = CI->first; in FlushDiagnosticsImpl() local
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h487 setName(const Twine & newName) setName() argument
2786 setName(const Twine & newName) setName() argument
/freebsd-src/contrib/bmake/
H A Dparse.c1181 char *fullname, *incdir, *slash, *newName; FindInDirOfIncludingFile() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp9241 auto set( std::string const& newName ) -> ParserResult { in set()