Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp122 void CGHLSLRuntime::addConstant(VarDecl *D, Buffer &CB) { in addConstant() function in CGHLSLRuntime
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp82 void HexagonMCInstrInfo::addConstant(MCInst &MI, uint64_t Value, in addConstant() function in HexagonMCInstrInfo
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp654 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } addConstant() function in GotSection