Home
last modified time | relevance | path

Searched refs:addConstant (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp909 ctx.in.got->addConstant({R_ABS, ctx.target->symbolicRel, off, 0, &sym}); in addGotEntry()
938 ctx.in.got->addConstant({R_TPREL, ctx.target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
1919 got->addConstant({R_ADDEND, ctx.target->symbolicRel, off, 1, &sym}); in postScanRelocations()
1931 got->addConstant({R_ABS, ctx.target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations()
1940 got->addConstant( in postScanRelocations()
1955 got->addConstant({R_ADDEND, ctx.target->symbolicRel, in postScanRelocations()
H A DSyntheticSections.h113 void addConstant(const Relocation &r);
H A DSyntheticSections.cpp677 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant() function in GotSection
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp110 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder()
833 HexagonMCInstrInfo::addConstant(MI, FullValue, Disassembler.getContext()); in unsignedImmDecoder()
859 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h86 void addConstant(MCInst &MI, uint64_t Value, MCContext &Context);
H A DHexagonMCInstrInfo.cpp82 void HexagonMCInstrInfo::addConstant(MCInst &MI, uint64_t Value, in addConstant() function in HexagonMCInstrInfo