Searched refs:addConstant (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 909 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 D | SyntheticSections.h | 113 void addConstant(const Relocation &r);
|
| H A D | SyntheticSections.cpp | 677 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 D | HexagonDisassembler.cpp | 110 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 D | HexagonMCInstrInfo.h | 86 void addConstant(MCInst &MI, uint64_t Value, MCContext &Context);
|
| H A D | HexagonMCInstrInfo.cpp | 82 void HexagonMCInstrInfo::addConstant(MCInst &MI, uint64_t Value, in addConstant() function in HexagonMCInstrInfo
|