/external/elfutils/tests/ |
run-get-pubnames.sh | 32 [ 0] "main", die: 104, cu: 11 33 CU name: "m.c" 35 [ 1] "a", die: 174, cu: 11 36 CU name: "m.c" 38 [ 2] "bar", die: 295, cu: 202 39 CU name: "b.c" 41 [ 3] "foo", die: 5721, cu: 5628 42 CU name: "f.c" 44 [ 0] "bar", die: 72, cu: 11 45 CU name: "b.c [all...] |
run-get-aranges.sh | 33 CU name: "m.c" 34 CU name: "m.c" 35 CU name: "m.c" 38 CU name: "b.c" 39 CU name: "b.c" 40 CU name: "b.c" 43 CU name: "f.c" 44 CU name: "f.c" 45 CU name: "f.c" 47 [ 0] start: 0x804842c, length: 46, cu: 1 [all...] |
run-show-die-info.sh | 33 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4 37 CU offset : 11 47 CU offset : 104 54 CU offset : 127 57 New CU: off = 135, hsize = 11, ab = 54, as = 4, os = 4 61 CU offset : 11 71 CU offset : 104 78 CU offset : 127 81 New CU: off = 270, hsize = 11, ab = 108, as = 4, os = 4 85 CU offset : 1 [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFDebugInfoEntry.cpp | 23 const DWARFCompileUnit *cu, 26 DataExtractor debug_info_data = cu->getDebugInfoExtractor(); 48 dumpAttribute(OS, cu, &offset, attr, form, indent); 54 child->dump(OS, cu, recurseDepth-1, indent+2); 69 const DWARFCompileUnit *cu, 89 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) 93 formValue.dump(OS, cu); 97 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *CU, 101 DataExtractor DebugInfoData = CU->getDebugInfoExtractor() [all...] |
DWARFDebugInfoEntry.h | 42 void dump(raw_ostream &OS, const DWARFCompileUnit *cu, 44 void dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu, 51 bool extractFast(const DWARFCompileUnit *CU, const uint8_t *FixedFormSizes, 58 bool extract(const DWARFCompileUnit *CU, uint32_t *OffsetPtr); 123 uint32_t getAttributeValue(const DWARFCompileUnit *cu, 127 const char* getAttributeValueAsString(const DWARFCompileUnit* cu, 131 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu, 135 uint64_t getAttributeValueAsReference(const DWARFCompileUnit *cu, 139 int64_t getAttributeValueAsSigned(const DWARFCompileUnit* cu, 143 /// Retrieves DW_AT_low_pc and DW_AT_high_pc from CU [all...] |
DWARFContext.cpp | 61 DWARFCompileUnit *cu = getCompileUnitAtIndex(i); local 62 savedAddressByteSize = cu->getAddressByteSize(); 64 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list, 227 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) { 232 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list, 243 cu->getAddressByteSize()); 308 DWARFCompileUnit *CU = std::lower_bound(CUs.begin(), CUs.end(), Offset, 310 if (CU != CUs.end() [all...] |
DWARFCompileUnit.cpp | 100 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset()) 103 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false); 104 assert(CU && "Null Compile Unit?"); 105 CU->dump(OS, this, -1U); 202 "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), Offset);
|
/external/clang/include/clang/AST/ |
CharUnits.h | 189 const clang::CharUnits &CU) { 190 return CU * Scale; 210 static unsigned getHashValue(const clang::CharUnits &CU) { 211 clang::CharUnits::QuantityType Quantity = CU.getQuantity();
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.h | 23 namespace CU { 47 } // end CU namespace
|
X86FrameLowering.cpp | 521 if (ExpectEnd) return CU::UNWIND_MODE_DWARF; 525 if (SavedRegIdx >= CU_NUM_SAVED_REGS) return CU::UNWIND_MODE_DWARF; 541 return CU::UNWIND_MODE_DWARF; 551 return CU::UNWIND_MODE_DWARF; 559 return CU::UNWIND_MODE_DWARF; 573 return CU::UNWIND_MODE_DWARF; 577 if (RegEnc == ~0U) return CU::UNWIND_MODE_DWARF; 579 CompactUnwindEncoding |= CU::UNWIND_MODE_BP_FRAME; 581 CompactUnwindEncoding |= RegEnc & CU::UNWIND_BP_FRAME_REGISTERS; 587 CompactUnwindEncoding |= CU::UNWIND_MODE_STACK_IMMD [all...] |
/external/llvm/unittests/Transforms/DebugIR/ |
DebugIR.cpp | 281 DICompileUnit CU(*Finder.compile_unit_begin()); 283 // Verify original CU information is retained 284 ASSERT_EQ(Filename, CU.getFilename()); 285 ASSERT_EQ(cwd, CU.getDirectory()); 286 ASSERT_EQ(Producer, CU.getProducer());
|
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 128 std::string mangleName(DICompileUnit CU, const char *NewStem); 383 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) { 391 if (CompileUnit == CU) { 399 SmallString<128> Filename = CU.getFilename(); 418 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu"); 426 DICompileUnit CU(CU_Nodes->getOperand(i)); 428 raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo, 434 DIArray SPs = CU.getSubprograms(); 438 "A MDNode in subprograms of a CU should be null or a DISubprogram."); 478 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu"); [all...] |
DebugIR.cpp | 106 /// metadata named "llvm.dbg.cu" if RemoveNamedInfo is true. 129 // Remove CU named metadata (and all children nodes) 130 NamedMDNode *Node = M->getNamedMetadata("llvm.dbg.cu"); 161 // CU nodes needed when creating DI subprograms 280 // save fields from existing CU to re-use in the new CU 299 DICompileUnit CU(CUNode); 301 LexicalBlockFileNode = Builder.createLexicalBlockFile(CU, DIFile(FileNode)); 473 NamedMDNode *CUNode = M.getNamedMetadata("llvm.dbg.cu"); 477 DICompileUnit CU(CUNode->getOperand(0)) [all...] |
/external/llvm/lib/IR/ |
DebugInfo.cpp | 886 if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) { 888 DICompileUnit CU(CU_Nodes->getOperand(i)); 889 addCompileUnit(CU); 890 DIArray GVs = CU.getGlobalVariables(); 898 DIArray SPs = CU.getSubprograms(); 901 DIArray EnumTypes = CU.getEnumTypes(); 904 DIArray RetainedTypes = CU.getRetainedTypes(); 907 // FIXME: We really shouldn't be bailing out after visiting just one CU 1033 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) { 1034 if (!CU) [all...] |
Type.cpp | 658 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); 659 return CU && CU->getZExtValue() < STy->getNumElements();
|
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 262 void addUnit(CompileUnit *CU) { CUs.push_back(CU); }
|
DwarfDebug.cpp | 373 // If AbsSPDIE belongs to a different CU, use DW_FORM_ref_addr instead of 704 // file this CU comes from yet. 714 // split dwarf it's in the skeleton CU so omit it here. 732 // left in the skeleton CU and so not included. 748 // skeleton CU and so we don't need to duplicate it here. 857 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu"); 866 CompileUnit *CU = constructCompileUnit(CUNode); [all...] |
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 209 DICompileUnit CU(Node); 210 const DIArray &SPs = CU.getSubprograms(); 215 "A MDNode in subprograms of a CU should be null or a DISubprogram."); [all...] |
GlobalOpt.cpp | 181 if (const Constant *CU = dyn_cast<Constant>(*UI)) { 182 if (!SafeToDestroyConstant(CU)) return false; [all...] |
/external/llvm/include/llvm/ |
DebugInfo.h | 724 /// through all DICompileUnits in llvm.dbg.cu and list debug info MDNodes 754 bool addCompileUnit(DICompileUnit CU);
|
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | 272 ????????|?K? ??W{?CU??????91 y2?3??i??4???????a ?S?NN??n???u@????(oU??Am ?0?
???? ?^?????B???(?? 7??q? ?@?? PF??2????????zR]9??????:`:???dF??????v?????????0?b??"?E?8K??i??!??v??h(?7??S?????v?&
B0??lVi/???{??;j"??_????@8??K?G???Y?N/?\E??d? ??????R?^??y?;5Ev????????D$?_???-)f$????????3?????t
?K???6???)?<?"NS???????"?2??z????????Lr??MS??9??W?_C??K?8??ck?D??w??8?0??\ ?J???Q?????b?`???lFB????h2?@9??w?Z??2??}?K??????6?v??(??f??????^?D#??#q:????G W-D)??(?v?-q???-??I? [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |