Searched refs:writeValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp229 static void writeValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, function
245 writeValue(loc, v, bitsSize, shift);
316 writeValue(buf, gotPlt + 0x8000, 16, 16);
317 writeValue(buf + 4, gotPlt, 16, 0);
318 writeValue(buf + 8, gotPlt, 16, 0);
354 writeValue(buf, gotPltEntryAddr + 0x8000, 16, 16);
355 writeValue(buf + 4, gotPltEntryAddr, 16, 0);
356 writeValue(buf + 12, gotPltEntryAddr, 16, 0);
508 writeValue(loc, 0x1d << 26, 32, 0);
574 writeValue(lo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp245 virtual void writeValue(raw_ostream &OS) const = 0;
323 void writeValue(raw_ostream &OS) const override {
465 void writeValue(raw_ostream &OS) const override {
624 void writeValue(raw_ostream &OS) const override {
772 void writeValue(raw_ostream &OS) const override {
888 void writeValue(raw_ostream &OS) const override {
1118 void writeValue(raw_ostream &OS) const override {
1540 arg->writeValue(OS);

Completed in 114 milliseconds