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.cpp3065 uint32_t newCode; in computeHdrAndAbbrevTable() local
3069 newCode = existing->code; in computeHdrAndAbbrevTable()
3075 newCode = abbrevTable.size(); in computeHdrAndAbbrevTable()
3076 abbrev2->code = newCode; in computeHdrAndAbbrevTable()
3078 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()