Searched refs:addConstant (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 131 void addConstant(VarDecl *D, Buffer &CB);
|
H A D | CGHLSLRuntime.cpp | 122 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 D | Relocations.cpp | 938 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 D | SyntheticSections.h | 113 void addConstant(const Relocation &r);
|
H A D | SyntheticSections.cpp | 656 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 | 90 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 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
|