Home
last modified time | relevance | path

Searched defs:addConstant (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp82 void HexagonMCInstrInfo::addConstant(MCInst &MI, uint64_t Value, in addConstant() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp677 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant() function in GotSection