/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | 006zip.t | 37 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 D | DWARFRecordSectionSplitter.cpp | 78 StringRef(B.getContent().data(), B.getContent().size()), in processBlock()
|
H A D | EHFrameSupport.cpp | 143 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 D | x86_64.cpp | 91 const_cast<char *>(B->getContent().data())) + in optimizeGOTAndStubAccesses()
|
H A D | JITLink.cpp | 167 B.getSection(), B.getContent().slice(0, SplitIndex), in splitBlock() 172 B.setContent(B.getContent().slice(SplitIndex)); in splitBlock()
|
H A D | MachO_x86_64.cpp | 261 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations() 266 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
|
H A D | MachO_arm64.cpp | 274 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations() 281 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
|
H A D | ELF_i386.cpp | 187 const char *FixupContent = BlockToFix.getContent().data() + in addSingleRelocation()
|
H A D | COFF_x86_64.cpp | 95 const char *FixupPtr = BlockToFix.getContent().data() + Offset; in addSingleRelocation()
|
H A D | MachOLinkGraphBuilder.cpp | 673 switch (B.getContent()[J]) { in graphifyCStringSection() 677 default: dbgs() << B.getContent()[J]; break; in graphifyCStringSection()
|
H A D | ELF_aarch64.cpp | 170 const void *FixupContent = BlockToFix.getContent().data() + in addSingleRelocation()
|
H A D | JITLinkMemoryManager.cpp | 119 memcpy(Seg.WorkingMem + Seg.NextWorkingMemOffset, B->getContent().data(), in apply()
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | sourcewin.py | 121 self.content = self.getContent(path) 136 def getContent(self, path): member in SourceWin
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 784 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 D | RuntimeDyldChecker.h | 109 ArrayRef<char> getContent() const { in getContent() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink-coff.cpp | 166 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerCOFFGraphInfo()
|
H A D | llvm-jitlink-elf.cpp | 167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
|
H A D | llvm-jitlink-macho.cpp | 162 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
|
H A D | llvm-jitlink.cpp | 307 << ", 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 D | LLJITWithObjectLinkingLayerPlugin.cpp | 106 auto *Data = reinterpret_cast<const uint8_t *>(B.getContent().data()); in printBlockContent()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch64.h | 547 const char *BlockWorkingMem = B->getContent().data(); in visitEdge()
|
H A D | JITLink.h | 234 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 D | IndirectionUtils.cpp | 419 (const uint8_t *)B.getContent().data() + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()
|
H A D | MachOPlatform.cpp | 981 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 D | Attributor.cpp | 416 CheckForNullOnlyAndUndef(Acc.getContent(), IsExact); in getPotentialCopiesOfMemoryValue() 3515 if (Acc.getContent()) { in operator <<() 3516 if (*Acc.getContent()) in operator <<() 3517 OS << " [" << **Acc.getContent() << "]"; in operator <<()
|