Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp78 StringRef(B.getContent().data(), B.getContent().size()), in processBlock()
H A DEHFrameSupport.cpp117 StringRef(B.getContent().data(), B.getContent().size()), in processBlock()
183 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processCIE()
300 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processFDE()
H A Dx86_64.cpp89 const_cast<char *>(B->getContent().data())) + in optimizeGOTAndStubAccesses()
H A DJITLink.cpp167 B.getSection(), B.getContent().slice(0, SplitIndex), in splitBlock()
172 B.setContent(B.getContent().slice(SplitIndex)); in splitBlock()
H A DMachO_x86_64.cpp261 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
266 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
H A DMachO_arm64.cpp274 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
281 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
H A DCOFF_x86_64.cpp92 const char *FixupPtr = BlockToFix.getContent().data() + Offset; in addSingleRelocation()
H A DMachOLinkGraphBuilder.cpp659 switch (B.getContent()[J]) { in graphifyCStringSection()
663 default: dbgs() << B.getContent()[J]; break; in graphifyCStringSection()
H A DELF_aarch64.cpp170 const void *FixupContent = BlockToFix.getContent().data() + in addSingleRelocation()
H A DJITLinkMemoryManager.cpp119 memcpy(Seg.WorkingMem + Seg.NextWorkingMemOffset, B->getContent().data(), in apply()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp153 EXPECT_EQ(B.getContent().data(), BlockContent.data()) in TEST()
155 EXPECT_EQ(B.getContent().size(), BlockContent.size()) in TEST()
199 EXPECT_EQ(B.getContent().data(), BlockContent.data()) in TEST()
201 EXPECT_EQ(B.getContent().size(), BlockContent.size()) in TEST()
548 EXPECT_EQ(B1.getContent(), BlockContent.slice(8)); in TEST()
551 EXPECT_EQ(B2.getContent(), BlockContent.slice(0, 8)); in TEST()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dsourcewin.py121 self.content = self.getContent(path)
136 def getContent(self, path): member in SourceWin
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp784 reinterpret_cast<uintptr_t>(SymInfo->getContent().data())); in getSymbolLocalAddr()
822 return {SymInfo->getContent().data(), SymInfo->getContent().size()}; in getSymbolContent()
848 Addr = pointerToJITTargetAddress(SecInfo->getContent().data()); in getSectionAddr()
877 Addr = pointerToJITTargetAddress(StubInfo->getContent().data()); in getStubOrGOTAddrFor()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h109 ArrayRef<char> getContent() const { in getContent() function
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp168 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp163 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
H A Dllvm-jitlink-coff.cpp167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerCOFFGraphInfo()
H A Dllvm-jitlink.cpp292 << ", content: " << (const void *)MRI.getContent().data() << " -- " in operator <<()
293 << (const void *)(MRI.getContent().data() + MRI.getContent().size()) in operator <<()
294 << " (" << MRI.getContent().size() << " bytes)"; in operator <<()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp106 auto *Data = reinterpret_cast<const uint8_t *>(B.getContent().data()); in printBlockContent()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h260 const char *BlockWorkingMem = B->getContent().data(); in visitEdge()
H A DJITLink.h232 ArrayRef<char> getContent() const { in getContent() function
596 return getBlock().getContent().slice(Offset, Size); in getSymbolContent()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp777 auto *ObjCImageInfoData = ObjCImageInfoBlock.getContent().data(); in processObjCImageInfo()
850 llvm::copy(B->getContent(), NewBlockContent.data()); in fixTLVSectionsAndEdges()
H A DIndirectionUtils.cpp408 (const uint8_t *)B.getContent().data() + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp397 CheckForNullOnlyAndUndef(Acc.getContent(), IsExact); in getPotentialCopiesOfMemoryValue()
3256 if (Acc.getContent()) { in operator <<()
3257 if (*Acc.getContent()) in operator <<()
3258 OS << " [" << **Acc.getContent() << "]"; in operator <<()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1280 std::string getContent() const { return Content; } in getContent() function in __anone1b304962011::DisplayNode
1364 return Node.getContent(); in getNodeLabel()

12