Home
last modified time | relevance | path

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

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