Home
last modified time | relevance | path

Searched refs:rawContent (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DStubsPass.cpp57 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
DArchHandler.cpp144 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()
DAtoms.h69 ArrayRef<uint8_t> rawContent() const override { in rawContent() function
132 ArrayRef<uint8_t> rawContent() const override { return ArrayRef<uint8_t>(); } in rawContent() function
DCompactUnwindPass.cpp104 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()
DArchHandler_x86.cpp261 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()
DObjCPass.cpp79 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::ObjCImageInfoAtom
DSectCreateFile.h47 ArrayRef<uint8_t> rawContent() const override { in rawContent() function
DArchHandler_arm64.cpp383 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()
DArchHandler_x86_64.cpp408 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()
DArchHandler_arm.cpp530 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
DTLVPass.cpp50 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::TLVPEntryAtom
DGOTPass.cpp74 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in lld::mach_o::GOTEntryAtom
DFile.h157 uint64_t atomsEndOffset = ao.offset+ao.atom->rawContent().size();
DMachONormalizedFileToAtoms.cpp1079 const uint8_t *frameData = atom->rawContent().data(); in processCIE()
1251 const uint8_t *startFrameData = atom->rawContent().data(); in processFDE()
DMachONormalizedFileFromAtoms.cpp919 atom->rawContent().size(), "")); in synthesizeDebugNotes()
921 atom->rawContent().size(), "")); in synthesizeDebugNotes()
/freebsd-12-stable/contrib/llvm-project/lld/lib/Core/
DSymbolTable.cpp208 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/
DDefinedAtom.h284 virtual ArrayRef<uint8_t> rawContent() const = 0;
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp829 ArrayRef<uint8_t> cont = atom->rawContent(); in NormalizedAtom()
880 ArrayRef<uint8_t> rawContent() const override { in rawContent() function in llvm::yaml::MappingTraits::NormalizedAtom