HomeSort by relevance Sort by last modified time
    Searched defs:Contents (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objdump.s 4 Contents of section .zdebug_abbrev:
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/llvm/unittests/Support/
SpecialCaseListTest.cpp 35 std::string makeSpecialCaseListFile(StringRef Contents) {
40 OF << Contents;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
InMemoryStruct.h 37 value_type Contents;
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {}
48 if (Value.Target != &Value.Contents) {
51 Target = &Contents;
52 Contents = Value.Contents;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
70 /// The subsection to build. Will be null if Contents is non-empty.
74 DebugSubsectionRecord Contents;
  /external/dtc/Documentation/
dtc-paper.tex 159 \multicolumn{1}{r}{\textbf{Offset}}& \multicolumn{1}{c}{\textbf{Contents}} \\\cline{2-2}
244 \subsection{Contents of the tree}
496 properties whose contents are defined by convention have appropriate
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 292 ArrayRef<uint8_t> Contents;
293 error(Ctx.COFF.getSectionContents(XData, Contents));
294 if (Contents.empty())
298 if (Offset > Contents.size())
301 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset);
314 ArrayRef<uint8_t> Contents;
315 error(Ctx.COFF.getSectionContents(PData, Contents));
316 if (Contents.empty())
320 reinterpret_cast<const RuntimeFunction *>(Contents.data());
321 const size_t Count = Contents.size() / sizeof(RuntimeFunction)
    [all...]
ARMWinEHPrinter.cpp 515 ArrayRef<uint8_t> Contents;
516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
522 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset);
743 ArrayRef<uint8_t> Contents) {
746 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset);
757 ArrayRef<uint8_t> Contents;
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
761 if (Contents.size() % PDataEntrySize) {
766 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI)
767 if (!dumpProcedureDataEntry(COFF, Section, EI, Contents))
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp 137 std::string NaClBitcodeHeaderField::Contents() const {
304 UnsupportedMessage.append(Field->Contents());
  /development/vndk/tools/vtable-dumper/
elf_handling.cpp 356 StringRef Contents;
357 if (Section.getContents(Contents))
359 const unsigned char *Bytes = Contents.bytes_begin() + Offset;
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 353 std::vector<std::string> Contents;
356 Contents.push_back(I->getName());
359 // Check contents, which may be in any order
360 EXPECT_EQ(4U, Contents.size());
362 for (const std::string &Name : Contents) {
380 // Do not rely on iteration order to check for contents, sort both
712 " 'contents': [ {\n"
715 " 'external-contents': '//root/foo/bar/a'\n"
720 " 'external-contents': '//root/foo/b'\n"
773 " 'contents': [ {\n
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 42 const char *Contents;
45 TestVFO(const char *Contents) : Contents(Contents) {
60 if (Contents) {
65 EXPECT_STREQ(Contents, BufStr.c_str());
74 const char *contents = local
81 " 'contents': [\n"
85 " 'external-contents': \"/real/foo.h\"\n"
91 TestVFO T(contents);
96 const char *contents = local
124 const char *contents = local
176 const char *contents = local
200 const char *contents = local
252 const char *contents = local
298 const char *contents = local
320 const char *contents = local
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 78 SmallVectorImpl<char> &Contents = getStringTableFragment()->getContents();
80 StringTable.insert(std::make_pair(S, unsigned(Contents.size())));
85 Contents.append(S.begin(), S.end() + 1);
308 Buffer.clear(); // Clear old contents if we went through relaxation.
384 SmallVectorImpl<char> &Contents = Frag.getContents();
385 Contents.clear();
388 raw_svector_ostream OS(Contents);
418 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_4));
419 Contents.resize(Contents.size() + 4); // Fixup for code start
    [all...]
MCFragment.cpp 359 OS << " Contents:[";
360 const SmallVectorImpl<char> &Contents = DF->getContents();
361 for (unsigned i = 0, e = Contents.size(); i != e; ++i) {
363 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF);
365 OS << "] (" << Contents.size() << " bytes)";
383 OS << " Contents:[";
384 const SmallVectorImpl<char> &Contents = CEIF->getContents();
385 for (unsigned i = 0, e = Contents.size(); i != e; ++i) {
387 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF)
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 198 ArrayRef<uint8_t> &Contents, uint64_t &Addr) {
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents))
463 ArrayRef<uint8_t> Contents;
464 error(Obj->getSectionContents(Pdata, Contents));
465 if (Contents.empty())
468 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data());
469 NumRFs = Contents.size() / sizeof(RuntimeFunction);
  /external/tensorflow/tensorflow/core/lib/gtl/
flatset_test.cc 45 // Return contents of set as a sorted list of numbers.
47 NumSetContents Contents(const NumSet& set) {
153 EXPECT_EQ(Contents(set), NumSetContents());
157 EXPECT_EQ(Contents(set), NumSetContents({1, 2}));
169 EXPECT_EQ(Contents(set), NumSetContents({2}));
171 EXPECT_EQ(Contents(set), NumSetContents());
183 EXPECT_EQ(Contents(set), NumSetContents());
198 EXPECT_EQ(Contents(set), Contents(expected));
232 EXPECT_EQ(Contents(set), NumSetContents())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 140 /// SmallContents - This really should be part of the Contents union, but
146 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi.
153 /// Contents union - This contains the payload for the various operand types.
182 } Contents;
412 return Contents.ImmVal;
417 return Contents.CI;
422 return Contents.CFP;
427 return Contents.MBB;
433 return Contents.OffsetedInfo.Val.Index;
438 return Contents.OffsetedInfo.Val.GV
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 365 StringRef &Contents) {
372 if (!consumeCompressedDebugSectionHeader(Contents, OriginalSize) ||
373 zlib::uncompress(Contents, UncompressedSections.back(), OriginalSize) !=
379 Contents = UncompressedSections.back();
406 StringRef Contents;
407 if (auto Err = Section.getContents(Contents))
410 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents))
422 (CurEntry.Contributions[Index].Length = Contents.size());
427 InfoSection = Contents;
430 AbbrevSection = Contents;
    [all...]

Completed in 606 milliseconds

1 2 3 4 5