| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCObjectStreamer.cpp | 127 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl() 138 MCFixup::create(DF->getContents().size(), Value, in EmitValueImpl() 140 DF->getContents().resize(DF->getContents().size() + Size, 0); in EmitValueImpl() 167 Symbol->setOffset(F->getContents().size()); in EmitLabel() 280 IF->getContents().append(Code.begin(), Code.end()); in EmitInstToFragment() 367 flushPendingLabels(DF, DF->getContents().size()); in EmitBytes() 368 DF->getContents().append(Data.begin(), Data.end()); in EmitBytes() 416 flushPendingLabels(DF, DF->getContents().size()); in EmitGPRel32Value() 418 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitGPRel32Value() 420 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitGPRel32Value() [all …]
|
| HD | MCAssembler.cpp | 495 return cast<MCDataFragment>(F).getContents().size(); in computeFragmentSize() 497 return cast<MCRelaxableFragment>(F).getContents().size(); in computeFragmentSize() 499 return cast<MCCompactEncodedInstFragment>(F).getContents().size(); in computeFragmentSize() 504 return cast<MCLEBFragment>(F).getContents().size(); in computeFragmentSize() 540 return cast<MCDwarfLineAddrFragment>(F).getContents().size(); in computeFragmentSize() 542 return cast<MCDwarfCallFrameFragment>(F).getContents().size(); in computeFragmentSize() 713 OW->writeBytes(cast<MCDataFragment>(F).getContents()); in writeFragment() 718 OW->writeBytes(cast<MCRelaxableFragment>(F).getContents()); in writeFragment() 723 OW->writeBytes(cast<MCCompactEncodedInstFragment>(F).getContents()); in writeFragment() 746 OW->writeBytes(LF.getContents()); in writeFragment() [all …]
|
| HD | WinCOFFStreamer.cpp | 56 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in EmitInstToData() 60 DF->getContents().append(Code.begin(), Code.end()); in EmitInstToData() 190 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in EmitCOFFSectionIndex() 192 DF->getContents().resize(DF->getContents().size() + 2, 0); in EmitCOFFSectionIndex() 198 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_4); in EmitCOFFSecRel32() 200 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitCOFFSecRel32()
|
| HD | MCELFStreamer.cpp | 52 uint64_t FSize = EF->getContents().size(); in mergeFragment() 58 Assembler, EF, DF->getContents().size(), FSize); in mergeFragment() 74 DF->getContents().append(Code.begin(), Code.end()); in mergeFragment() 78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment() 82 DF->getContents().size()); in mergeFragment() 86 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); in mergeFragment() 526 CEIF->getContents().append(Code.begin(), Code.end()); in EmitInstToData() 549 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in EmitInstToData() 553 DF->getContents().append(Code.begin(), Code.end()); in EmitInstToData()
|
| HD | MCMachOStreamer.cpp | 450 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in EmitInstToData() 453 DF->getContents().append(Code.begin(), Code.end()); in EmitInstToData()
|
| HD | ELFObjectWriter.cpp | 968 Contents = &cast<MCDataFragment>(F).getContents(); in getUncompressedData() 971 Contents = &cast<MCDwarfLineAddrFragment>(F).getContents(); in getUncompressedData() 974 Contents = &cast<MCDwarfCallFrameFragment>(F).getContents(); in getUncompressedData()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCAssembler.h | 186 SmallVectorImpl<char> &getContents() { return Contents; } 187 const SmallVectorImpl<char> &getContents() const { return Contents; } 419 SmallString<8> &getContents() { return Contents; } 420 const SmallString<8> &getContents() const { return Contents; } 456 SmallString<8> &getContents() { return Contents; } 457 const SmallString<8> &getContents() const { return Contents; } 485 SmallString<8> &getContents() { return Contents; } 486 const SmallString<8> &getContents() const { return Contents; }
|
| /NextBSD/contrib/llvm/tools/llvm-cov/ |
| HD | TestingSupport.cpp | 72 if (CoverageMapping.getContents(CoverageMappingData) || in convertForTestingMain() 73 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 88 std::error_code getContents(StringRef &Result) const; 374 inline std::error_code SectionRef::getContents(StringRef &Result) const { in getContents() function
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | COFFDumper.cpp | 480 if (error(Section.getContents(Data))) in printCodeViewDebugInfo() 791 if (error(Sec.getContents(Data))) in printSections() 1130 if (error(Section.getContents(Contents))) in printCOFFDirectives() 1180 StackMapSection.getContents(StackMapContents); in printStackMap()
|
| HD | MachODumper.cpp | 422 if (error(Section.getContents(Data))) in printSections() 593 StackMapSection.getContents(StackMapContents); in printStackMap()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | ObjectFilePCHContainerOperations.cpp | 181 Section.getContents(Buf); in ExtractPCH()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | Object.cpp | 140 if (std::error_code ec = (*unwrap(SI))->getContents(ret)) in LLVMGetSectionContents()
|
| HD | IRObjectFile.cpp | 267 if (std::error_code EC = Sec.getContents(SecContents)) in findBitcodeInObject()
|
| /NextBSD/contrib/llvm/lib/ProfileData/ |
| HD | CoverageMappingReader.cpp | 302 if (auto Err = Section.getContents(Data)) in load() 488 if (std::error_code EC = CoverageSection->getContents(CoverageMapping)) in loadBinaryFormat()
|
| /NextBSD/contrib/llvm/tools/llvm-symbolizer/ |
| HD | LLVMSymbolize.cpp | 67 if (!error(Section->getContents(Data))) { in ModuleInfo() 310 Section.getContents(Data); in getGNUDebuglinkContents()
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 904 if (error(Section.getContents(BytesStr))) in DisassembleObject() 1072 if (error(Section.getContents(Contents))) in PrintSectionContents() 1344 if (error(ClangASTSection.getValue().getContents(ClangASTContents))) { in printRawClangAST() 1384 if (error(FaultMapSection.getValue().getContents(FaultMapContents))) { in printFaultMaps()
|
| HD | MachODump.cpp | 860 Sect->getContents(BytesStr); in DumpLiteralPointerSection() 1041 Section.getContents(BytesStr); in DumpSectionContents() 1118 Section.getContents(BytesStr); in DumpInfoPlistSectionContents() 2386 ((*(info->Sections))[SectIdx]).getContents(SectContents); in get_pointer_64() 3190 S.getContents(BytesStr); in walk_pointer_list_64() 3241 S.getContents(BytesStr); in walk_pointer_list_32() 6083 Sections[SectIdx].getContents(BytesStr); in DisassembleMachO() 6491 CompactUnwind.getContents(Contents); in printMachOCompactUnwindSection() 6629 UnwindInfo.getContents(Contents); in printMachOUnwindInfoSection()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 178 Check(SI->getContents(SectionData)); in loadObjectImpl() 561 Check(Section.getContents(data)); in emitSection()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFStreamer.cpp | 1103 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1191 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFContext.cpp | 563 Section.getContents(data); in DWARFContextInMemory()
|
| /NextBSD/contrib/llvm/tools/llvm-cxxdump/ |
| HD | llvm-cxxdump.cpp | 208 if (error(Sec.getContents(SecContents))) in dumpCXXData()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| HD | JDTrace.java | 937 p.getContents().split("[/{;]", 2)[0]; in main()
|