Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h131 void addConstant(VarDecl *D, Buffer &CB);
H A DCGHLSLRuntime.cpp122 void CGHLSLRuntime::addConstant(VarDecl *D, Buffer &CB) { in addConstant() function in CGHLSLRuntime
149 addConstant(ConstDecl, CB); in addBufferDecls()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp938 in.got->addConstant({R_ABS, target->symbolicRel, off, 0, &sym}); in addGotEntry()
947 in.got->addConstant({R_TPREL, target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
1825 got->addConstant({R_ADDEND, target->symbolicRel, off, 1, &sym}); in postScanRelocations()
1837 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations()
1846 got->addConstant( in postScanRelocations()
1861 got->addConstant( in postScanRelocations()
H A DSyntheticSections.h113 void addConstant(const Relocation &r);
H A DSyntheticSections.cpp656 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.cpp90 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder()
749 HexagonMCInstrInfo::addConstant(MI, FullValue, Disassembler.getContext()); in unsignedImmDecoder()
775 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