/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 181 } Contents; variable 409 return Contents.ImmVal; in getImm() 414 return Contents.CI; in getCImm() 419 return Contents.CFP; in getFPImm() 424 return Contents.MBB; in getMBB() 430 return Contents.OffsetedInfo.Val.Index; in getIndex() 435 return Contents.OffsetedInfo.Val.GV; in getGlobal() 440 return Contents.OffsetedInfo.Val.BA; in getBlockAddress() 445 return Contents.Sym; in getMCSymbol() 450 return Contents.CFIIndex; in getCFIIndex() [all …]
|
D | ScheduleDAG.h | 87 } Contents; variable 102 : Dep(S, kind), Contents() { in SDep() 110 Contents.Reg = Reg; in SDep() 114 Contents.Reg = Reg; in SDep() 120 : Dep(S, Order), Contents(), Latency(0) { in SDep() 121 Contents.OrdKind = kind; in SDep() 131 return Contents.Reg == Other.Contents.Reg; in overlaps() 133 return Contents.OrdKind == Other.Contents.OrdKind; in overlaps() 183 return getKind() == Order && (Contents.OrdKind == MayAliasMem in isNormalMemory() 184 || Contents.OrdKind == MustAliasMem); in isNormalMemory() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 180 MO->Contents.Reg.Prev = MO; in addRegOperandToUseList() 181 MO->Contents.Reg.Next = nullptr; in addRegOperandToUseList() 188 MachineOperand *Last = Head->Contents.Reg.Prev; in addRegOperandToUseList() 191 Head->Contents.Reg.Prev = MO; in addRegOperandToUseList() 192 MO->Contents.Reg.Prev = Last; in addRegOperandToUseList() 198 MO->Contents.Reg.Next = Head; in addRegOperandToUseList() 202 MO->Contents.Reg.Next = nullptr; in addRegOperandToUseList() 203 Last->Contents.Reg.Next = MO; in addRegOperandToUseList() 215 MachineOperand *Next = MO->Contents.Reg.Next; in removeRegOperandFromUseList() 216 MachineOperand *Prev = MO->Contents.Reg.Prev; in removeRegOperandFromUseList() [all …]
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 42 const char *Contents; member 45 TestVFO(const char *Contents) : Contents(Contents) { in TestVFO() 60 if (Contents) { in ~TestVFO() 65 EXPECT_STREQ(Contents, BufStr.c_str()); in ~TestVFO() 330 const char *Contents = in TEST() local 347 EXPECT_STREQ(Contents, BufStr.c_str()); in TEST() 375 void WriteFile(std::string &Filename, const std::string &Contents) { in WriteFile() argument 383 OS << Contents; in WriteFile()
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 288 ArrayRef<uint8_t> Contents; in printRuntimeFunction() local 289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty()) in printRuntimeFunction() 293 if (Offset > Contents.size()) in printRuntimeFunction() 296 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() 310 ArrayRef<uint8_t> Contents; in printData() local 311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty()) in printData() 315 reinterpret_cast<const RuntimeFunction *>(Contents.data()); in printData() 316 const size_t Count = Contents.size() / sizeof(RuntimeFunction); in printData()
|
D | ARMWinEHPrinter.cpp | 519 ArrayRef<uint8_t> Contents; in dumpXDataRecord() local 520 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 526 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset); in dumpXDataRecord() 693 ArrayRef<uint8_t> Contents) { in dumpProcedureDataEntry() argument 696 reinterpret_cast<const ulittle32_t *>(Contents.data() + Offset); in dumpProcedureDataEntry() 707 ArrayRef<uint8_t> Contents; in dumpProcedureData() local 708 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData() 711 if (Contents.size() % PDataEntrySize) { in dumpProcedureData() 716 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI) in dumpProcedureData() 717 if (!dumpProcedureDataEntry(COFF, Section, EI, Contents)) in dumpProcedureData()
|
D | ARMEHABIPrinter.h | 395 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT); in PrintExceptionTable() local 396 if (!Contents) in PrintExceptionTable() 423 *reinterpret_cast<const support::ulittle32_t *>(Contents->data() + TableEntryOffset); in PrintExceptionTable() 433 PrintOpcodes(Contents->data() + TableEntryOffset, 3, 1); in PrintExceptionTable() 438 PrintOpcodes(Contents->data() + TableEntryOffset, 2 + 4 * AdditionalWords, in PrintExceptionTable() 462 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable() local 463 if (!Contents) in PrintIndexTable() 477 reinterpret_cast<const support::ulittle32_t *>(Contents->data()); in PrintIndexTable() 510 PrintOpcodes(Contents->data() + Entry * IndexTableEntrySize + 4, 3, 1); in PrintIndexTable()
|
D | COFFDumper.cpp | 506 StringRef Contents = Data.substr(Offset, PayloadSize); in printCodeViewDebugInfo() local 510 W.printBinaryBlock("Contents", Contents); in printCodeViewDebugInfo() 516 printCodeViewSymbolsSubsection(Contents, Section, Offset); in printCodeViewDebugInfo() 541 FunctionLineTables[FunctionName] = Contents; in printCodeViewDebugInfo() 547 Contents.back() != '\0') { in printCodeViewDebugInfo() 552 CVStringTable = Contents; in printCodeViewDebugInfo() 564 CVFileIndexToStringOffsetTable = Contents; in printCodeViewDebugInfo() 707 StringRef Contents = DE.getData().substr(Offset, Size); in printCodeViewSymbolsSubsection() local 708 W.printBinaryBlock("Contents", Contents); in printCodeViewSymbolsSubsection() 1101 StringRef Contents; in printCOFFDirectives() local [all …]
|
/external/llvm/test/Object/ |
D | objdump-section-content.test | 8 COFF-i386: Contents of section .text: 12 COFF-i386: Contents of section .data: 16 ELF-i386: Contents of section .text: 20 ELF-i386: Contents of section .rodata.str1.1: 23 BSS: Contents of section .bss:
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | exceptions.txt | 6 Module Contents 18 Module Contents 29 Module Contents 42 Module Contents
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-section-contents.test | 3 CHECK: Contents of section __text: 8 CHECK: Contents of section __cstring: 10 CHECK: Contents of section __compact_unwind: 13 CHECK: Contents of section __eh_frame:
|
D | macho-literals.test | 16 # CHECK-LIT4: Contents of (__TEXT,__literal4) section 24 # NON-VERBOSE-LIT4: Contents of (__TEXT,__literal4) section 40 # CHECK-LIT8: Contents of (__TEXT,__literal8) section 48 # NON-VERBOSE-LIT8: Contents of (__TEXT,__literal8) section 59 # CHECK-LIT16: Contents of (__TEXT,__literal16) section 62 # NON-VERBOSE-LIT16: Contents of (__TEXT,__literal16) section
|
D | macho-cstring-dump.test | 5 CHECK: Contents of (__TEXT,__cstring) section 8 NO_ADDR: Contents of (__TEXT,__cstring) section 12 NON_VERBOSE: Contents of (__TEXT,__cstring) section
|
D | macho-section.test | 4 MODINIT: Contents of (__DATA,__mod_init_func) section 7 NON_VERBOSE: Contents of (__DATA,__mod_init_func) section
|
D | macho-literal-pointers-x86_64.test | 30 # CHECK: Contents of (__DATA,__litp) section 37 # NON-VERBOSE: Contents of (__DATA,__litp) section
|
D | macho-literal-pointers-i386.test | 30 # CHECK: Contents of (__DATA,__litp) section 37 # NON-VERBOSE: Contents of (__DATA,__litp) section
|
D | macho-objc-meta-data.test | 9 OBJC2_64BIT_EXE: Contents of (__DATA,__objc_classlist) section 124 OBJC2_64BIT_EXE: Contents of (__DATA,__objc_superrefs) section 126 OBJC2_64BIT_EXE: Contents of (__DATA,__objc_protolist) section 129 OBJC2_64BIT_EXE: Contents of (__DATA,__objc_imageinfo) section 133 OBJC2_64BIT_OBJ: Contents of (__DATA,__objc_classlist) section 206 OBJC2_64BIT_OBJ: Contents of (__DATA,__objc_protolist) section 209 OBJC2_64BIT_OBJ: Contents of (__DATA,__objc_imageinfo) section 214 OBJC2_32BIT_EXE: Contents of (__DATA,__objc_classlist) section 513 OBJC2_32BIT_EXE: Contents of (__DATA,__objc_classrefs) section 523 OBJC2_32BIT_EXE: Contents of (__DATA,__objc_superrefs) section [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 215 SmallVector<char, 32> Contents; variable 226 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() 228 return Contents; in getContents() 267 SmallVector<char, 4> Contents; variable 278 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() 279 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() 304 SmallVector<char, 8> Contents; variable 314 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() 315 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() 465 SmallString<8> Contents; variable [all …]
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 330 std::vector<std::string> Contents; in TEST() local 333 Contents.push_back(I->getName()); in TEST() 337 EXPECT_EQ(4U, Contents.size()); in TEST() 339 for (const std::string &Name : Contents) { in TEST() 387 const char *Contents[] = {"/file2", "/file1"}; in TEST() local 388 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST() 397 const char *Contents[] = {"/dir2", "/file2", "/dir1", "/file1"}; in TEST() local 398 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents)); in TEST() 422 const char *Contents[] = {"/dir", "/dir/file2", "/file1"}; in TEST() local 424 makeStringRefVector(Contents)); in TEST() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/ |
D | packaging.properties | 17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse 25 …carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Res…
|
/external/markdown/docs/extensions/ |
D | Tables_of_Contents.txt | 1 Table of Contents 7 Adds a Table of Contents to a Markdown document. 42 * **marker**: Text to find and replace with the Table of Contents. Defaults
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 341 SmallVector<AttributeItem, 64> Contents; member in __anond09109f60111::ARMTargetELFStreamer 346 for (size_t i = 0; i < Contents.size(); ++i) in getAttributeItem() 347 if (Contents[i].Tag == Attribute) in getAttributeItem() 348 return &Contents[i]; in getAttributeItem() 370 Contents.push_back(Item); in setAttributeItem() 391 Contents.push_back(Item); in setAttributeItem() 413 Contents.push_back(Item); in setAttributeItems() 729 assert(Contents.empty() && in switchVendor() 932 for (size_t i = 0; i < Contents.size(); ++i) { in calculateContentSize() 933 AttributeItem item = Contents[i]; in calculateContentSize() [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 198 ArrayRef<uint8_t> &Contents, uint64_t &Addr) { in getSectionContents() argument 205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents() 394 ArrayRef<uint8_t> Contents; in getPDataSection() local 395 if (error(Obj->getSectionContents(Pdata, Contents))) in getPDataSection() 397 if (Contents.empty()) in getPDataSection() 400 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection() 401 NumRFs = Contents.size() / sizeof(RuntimeFunction); in getPDataSection()
|
/external/pdfium/testing/resources/ |
D | named_dests.in | 27 /Contents [21 0 R] 38 /Contents [22 0 R]
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | eh_frame_personality.s | 37 # Contents of the .eh_frame section: 63 # CHECK: Contents of section .eh_frame:
|