Searched refs:writeValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | Mips.cpp | 227 static void writeValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeValue() function 243 writeValue(loc, v, bitsSize, shift); in writeShuffleValue() 314 writeValue(buf, gotPlt + 0x8000, 16, 16); in writePltHeader() 315 writeValue(buf + 4, gotPlt, 16, 0); in writePltHeader() 316 writeValue(buf + 8, gotPlt, 16, 0); in writePltHeader() 352 writeValue(buf, gotPltEntryAddr + 0x8000, 16, 16); in writePlt() 353 writeValue(buf + 4, gotPltEntryAddr, 16, 0); in writePlt() 354 writeValue(buf + 12, gotPltEntryAddr, 16, 0); in writePlt() 535 writeValue(loc, 0x1d << 26, 32, 0); in fixupCrossModeJump() 601 writeValue(loc, val, 26, 2); in relocate() [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 41 static void writeValue(uint8_t *loc, const Reloc &r, uint64_t value) { in writeValue() function 70 writeValue(loc, r, value); in relocateOne() 75 writeValue(loc, r, value); in relocateOne()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 255 virtual void writeValue(raw_ostream &OS) const = 0; 340 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::SimpleArgument 484 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::StringArgument 640 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::AlignedArgument 811 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::VariadicArgument 983 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::EnumArgument 1241 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::VersionArgument 1279 void writeValue(raw_ostream &OS) const override { in writeValue() function in __anone44e3aff0211::ExprArgument 1690 arg->writeValue(OS); in writePrettyPrintFunction()
|