Searched refs:encodeSectionName (Results 1 – 8 of 8) sorted by relevance
39 bool llvm::COFF::encodeSectionName(char *Out, uint64_t Offset) { in encodeSectionName() function in llvm::COFF
798 bool encodeSectionName(char *Out, uint64_t Offset);
815 bool encodeSectionName(char *Out, uint64_t Offset);
812 bool encodeSectionName(char *Out, uint64_t Offset);
821 bool encodeSectionName(char *Out, uint64_t Offset);
140 if (!COFF::encodeSectionName(S.Header.Name, Offset)) in finalizeStringTable()
455 if (!COFF::encodeSectionName(S.Header.Name, StringTableEntry)) in SetSectionName()