| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | StubsPass.cpp | 57 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::LazyPointerAtom 93 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::NonLazyPointerAtom 130 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::StubAtom 164 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::StubHelperAtom 199 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::StubHelperCommonAtom
|
| D | ArchHandler.cpp | 144 if (atom->rawContent().size() < sizeof(uint32_t)) in isDwarfCIE() 146 uint32_t size = read32(atom->rawContent().data(), isBig); in isDwarfCIE() 152 return read32(atom->rawContent().data() + idOffset, isBig) == 0; in isDwarfCIE()
|
| D | Atoms.h | 69 ArrayRef<uint8_t> rawContent() const override { in rawContent() function 132 ArrayRef<uint8_t> rawContent() const override { return ArrayRef<uint8_t>(); } in rawContent() function
|
| D | CompactUnwindPass.cpp | 104 ArrayRef<uint8_t> rawContent() const override { return _contents; } in rawContent() function in lld::mach_o::UnwindInfoAtom 418 if (atom->rawContent().size() < 4 * sizeof(uint32_t)) in extractCompactUnwindEntry() 423 read32(atom->rawContent().data() + 2 * sizeof(uint32_t), _isBig); in extractCompactUnwindEntry() 425 read32(atom->rawContent().data() + 3 * sizeof(uint32_t), _isBig); in extractCompactUnwindEntry()
|
| D | ArchHandler_x86.cpp | 261 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo() 359 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo() 416 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent()
|
| D | ObjCPass.cpp | 79 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::ObjCImageInfoAtom
|
| D | SectCreateFile.h | 47 ArrayRef<uint8_t> rawContent() const override { in rawContent() function
|
| D | ArchHandler_arm64.cpp | 383 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo() 478 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo() 543 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent()
|
| D | ArchHandler_x86_64.cpp | 408 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo() 484 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo() 550 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent()
|
| D | ArchHandler_arm.cpp | 530 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo() 790 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo() 1019 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent() 1448 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::Thumb2ToArmShimAtom 1493 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::ArmToThumbShimAtom
|
| D | TLVPass.cpp | 50 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::TLVPEntryAtom
|
| D | GOTPass.cpp | 74 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::GOTEntryAtom
|
| D | File.h | 157 uint64_t atomsEndOffset = ao.offset+ao.atom->rawContent().size();
|
| D | MachONormalizedFileToAtoms.cpp | 1079 const uint8_t *frameData = atom->rawContent().data(); in processCIE() 1251 const uint8_t *startFrameData = atom->rawContent().data(); in processFDE()
|
| D | MachONormalizedFileFromAtoms.cpp | 919 atom->rawContent().size(), "")); in synthesizeDebugNotes() 921 atom->rawContent().size(), "")); in synthesizeDebugNotes()
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/Core/ |
| D | SymbolTable.cpp | 208 auto content = atom->rawContent(); in getHashValue() 233 ArrayRef<uint8_t> lc = l->rawContent(); in isEqual() 234 ArrayRef<uint8_t> rc = r->rawContent(); in isEqual()
|
| /freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/ |
| D | DefinedAtom.h | 284 virtual ArrayRef<uint8_t> rawContent() const = 0;
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| D | ReaderWriterYAML.cpp | 829 ArrayRef<uint8_t> cont = atom->rawContent(); in NormalizedAtom() 880 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in llvm::yaml::MappingTraits::NormalizedAtom
|