Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2977 uint32_t newCode; in computeHdrAndAbbrevTable() local
2981 newCode = existing->code; in computeHdrAndAbbrevTable()
2987 newCode = abbrevTable.size(); in computeHdrAndAbbrevTable()
2988 abbrev2->code = newCode; in computeHdrAndAbbrevTable()
2990 inputChunk.nameData[i].abbrevCodeMap[oldAbbrev.Code] = newCode; in computeHdrAndAbbrevTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp953 std::string newCode in checkTypeParamListConsistency() local
961 << FixItHint::CreateInsertion(insertionLoc, newCode); in checkTypeParamListConsistency()