Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D006zip.t37 sub getContent
91 my @got = getContent($file1);
124 my @got = getContent($file1);
157 my @got = getContent($file1);
186 my @got = getContent($file1);
215 my @got = getContent($file1);
244 my @got = getContent($file1);
274 my @got = getContent($file1, BlockSize => $blockSize);
293 my @got = getContent($file1);
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp78 StringRef(B.getContent().data(), B.getContent().size()), in processBlock()
H A DEHFrameSupport.cpp143 StringRef(B.getContent().data(), B.getContent().size()), in processBlock()
196 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processCIE()
313 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processFDE()
H A Dx86_64.cpp91 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 DELF_i386.cpp187 const char *FixupContent = BlockToFix.getContent().data() + in addSingleRelocation()
H A DCOFF_x86_64.cpp95 const char *FixupPtr = BlockToFix.getContent().data() + Offset; in addSingleRelocation()
H A DMachOLinkGraphBuilder.cpp673 switch (B.getContent()[J]) { in graphifyCStringSection()
677 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()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py121 self.content = self.getContent(path)
136 def getContent(self, path): member in SourceWin
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h109 ArrayRef<char> getContent() const { in getContent() function
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-coff.cpp166 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerCOFFGraphInfo()
H A Dllvm-jitlink-elf.cpp167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp162 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
H A Dllvm-jitlink.cpp307 << ", content: " << (const void *)MRI.getContent().data() << " -- " in operator <<()
308 << (const void *)(MRI.getContent().data() + MRI.getContent().size()) in operator <<()
309 << " (" << MRI.getContent().size() << " bytes)"; in operator <<()
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp106 auto *Data = reinterpret_cast<const uint8_t *>(B.getContent().data()); in printBlockContent()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h547 const char *BlockWorkingMem = B->getContent().data(); in visitEdge()
H A DJITLink.h234 ArrayRef<char> getContent() const { in getContent() function
584 return getBlock().getContent().slice(Offset, Size); in getSymbolContent()
1060 reinterpret_cast<const uint8_t *>(B.getContent().data()), B.getSize()); in getBlockContentReader()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp419 (const uint8_t *)B.getContent().data() + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()
H A DMachOPlatform.cpp981 auto *ObjCImageInfoData = ObjCImageInfoBlock.getContent().data(); in processObjCImageInfo()
1054 llvm::copy(B->getContent(), NewBlockContent.data()); in fixTLVSectionsAndEdges()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp416 CheckForNullOnlyAndUndef(Acc.getContent(), IsExact); in getPotentialCopiesOfMemoryValue()
3515 if (Acc.getContent()) { in operator <<()
3516 if (*Acc.getContent()) in operator <<()
3517 OS << " [" << **Acc.getContent() << "]"; in operator <<()

12