|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/Optional.h 204 value = std::move(y);
include/llvm/Support/YAMLTraits.h 928 const bool sameAsDefault = outputting() && Val == DefaultValue;
936 Val = DefaultValue;
include/llvm/Support/type_traits.h 122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
130 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
lib/Support/YAMLTraits.cpp 1086 Val = Num;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 303 section.address = read64(§->addr, isBig);
347 section.address = read32(§->addr, isBig);
398 sout.value = sin->n_value;
430 sout.value = sin->n_value;
517 normExport.offset = trieExport.address();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 629 seg.address = sgi->address;
630 seg.size = sgi->size;
647 normSect->address = si->address;
715 normSeg->address = sgi->address;
716 normSeg->size = sgi->size;
719 normSect->address = si->address;
726 nFile.entryAddress = 0;
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1);
734 nFile.entryAddress = _atomToAddress[_entryAtom];
1046 sym.value = _atomToAddress[stab.atom];
1048 sym.value = stab.value;
1075 sym.value = _atomToAddress[atom];
1091 sym.value = _atomToAddress[atom];
1108 sym.value = _atomToAddress[ai.atom];
1140 sym.value = 0;
1456 bind.addend = ref->addend();
1472 bind.addend = ref->addend();
1548 exprt.offset = _atomToAddress[atom] - _ctx.baseAddress();
1597 normFile.stackSize = context.stackSize();
1613 normFile.sourceVersion = context.sourceVersion();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 1464 if (sym.value == Hex64(0)) {
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp 81 sym.value = 0;
94 sym.value = addr;
106 sym.value = addr;
126 text.address = 0;
244 text.address = 0;
355 text.address = 0;
485 text.address = 0;
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp 48 fooSymbol.value = 0;
55 barSymbol.value = 2;
66 bazSymbol.value = 3;
tools/obj2yaml/dwarf2yaml.cpp 41 AttAbrv.Value = Attribute.getImplicitConstValue();
74 Desc.Address = Descriptor.Address;
140 NewValue.Value = 0xDEADBEEFDEADBEEF;
153 NewValue.Value = Val.getValue();
163 NewValue.Value = Val.getValue();
175 NewValue.Value = NewValue.BlockData.size();
187 NewValue.Value = Val.getValue();
196 NewValue.Value = Val.getValue();
210 NewValue.Value = Val.getValue();
213 NewValue.Value = 1;
tools/obj2yaml/elf2yaml.cpp 163 Y->Header.Entry = Obj.getHeader()->e_entry;
380 S.Value = Sym->st_value;
381 S.Size = Sym->st_size;
416 R.Offset = Rel->r_offset;
453 S.Address = Shdr->sh_addr;
454 S.AddressAlign = Shdr->sh_addralign;
683 S->Size = Shdr->sh_size;
775 S->Info = Shdr->sh_info;
843 S->Info = Shdr->sh_info;
tools/obj2yaml/macho2yaml.cpp 70 TempSec.addr = Sec.addr;
426 Entry.Flags = decodeULEB128(CurrPtr, &Count);
429 Entry.Address = 0;
430 Entry.Other = decodeULEB128(CurrPtr, &Count);
434 Entry.Address = decodeULEB128(CurrPtr, &Count);
437 Entry.Other = decodeULEB128(CurrPtr, &Count);
440 Entry.Other = 0;
524 arch.offset = Slice.getOffset();
unittests/Support/YAMLIOTest.cpp 445 map.h64 = 6000000000LL;
usr/include/c++/7.4.0/bits/stl_algobase.h 742 *__first = __value;
utils/unittest/googletest/include/gtest/gtest.h 1392 if (lhs == rhs) {