Home
last modified time | relevance | path

Searched refs:getContents (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/llvm/lib/MC/
HDMCObjectStreamer.cpp127 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 …]
HDMCAssembler.cpp495 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 …]
HDWinCOFFStreamer.cpp56 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()
HDMCELFStreamer.cpp52 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()
HDMCMachOStreamer.cpp450 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in EmitInstToData()
453 DF->getContents().append(Code.begin(), Code.end()); in EmitInstToData()
HDELFObjectWriter.cpp968 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/
HDMCAssembler.h186 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/
HDTestingSupport.cpp72 if (CoverageMapping.getContents(CoverageMappingData) || in convertForTestingMain()
73 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h88 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/
HDCOFFDumper.cpp480 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()
HDMachODumper.cpp422 if (error(Section.getContents(Data))) in printSections()
593 StackMapSection.getContents(StackMapContents); in printStackMap()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp181 Section.getContents(Buf); in ExtractPCH()
/NextBSD/contrib/llvm/lib/Object/
HDObject.cpp140 if (std::error_code ec = (*unwrap(SI))->getContents(ret)) in LLVMGetSectionContents()
HDIRObjectFile.cpp267 if (std::error_code EC = Sec.getContents(SecContents)) in findBitcodeInObject()
/NextBSD/contrib/llvm/lib/ProfileData/
HDCoverageMappingReader.cpp302 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/
HDLLVMSymbolize.cpp67 if (!error(Section->getContents(Data))) { in ModuleInfo()
310 Section.getContents(Data); in getGNUDebuglinkContents()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp904 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()
HDMachODump.cpp860 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/
HDRuntimeDyld.cpp178 Check(SI->getContents(SectionData)); in loadObjectImpl()
561 Check(Section.getContents(data)); in emitSection()
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp1103 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/
HDDWARFContext.cpp563 Section.getContents(data); in DWARFContextInMemory()
/NextBSD/contrib/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp208 if (error(Sec.getContents(SecContents))) in dumpCXXData()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
HDJDTrace.java937 p.getContents().split("[/{;]", 2)[0]; in main()