Home
last modified time | relevance | path

Searched refs:truncateStringFront (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp43 std::string llvm::pdb::truncateStringFront(StringRef S, uint32_t MaxLen) { in truncateStringFront() function in llvm::pdb
59 std::string TN = truncateStringFront(Name, MaxLen - RequiredExtraChars); in truncateQuotedNameFront()
H A DFormatUtil.h28 std::string truncateStringFront(StringRef S, uint32_t MaxLen);