| /src/sys/external/gpl2/dts/dist/include/dt-bindings/phy/ |
| phy-lan966x-serdes.h | 8 #define CU(x) (x) 9 #define CU_MAX CU(2)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DIEHash.h | 34 DIEHash(AsmPrinter *A = nullptr, DwarfCompileUnit *CU = nullptr) 35 : AP(A), CU(CU) {} 37 /// Computes the CU signature. 105 DwarfCompileUnit *CU;
|
| DwarfFile.h | 44 const DwarfCompileUnit *CU; 64 // the CU itself. 105 std::pair<uint32_t, RangeSpanList *> addRange(const DwarfCompileUnit &CU,
|
| DwarfUnit.h | 48 /// Emitted at the end of the CU and used to compute the CU Length field. 354 DwarfCompileUnit &CU; 363 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW, 379 DwarfCompileUnit &getCU() override { return CU; }
|
| DebugLocStream.h | 34 DwarfCompileUnit *CU; 37 List(DwarfCompileUnit *CU, size_t EntryOffset) 38 : CU(CU), EntryOffset(EntryOffset) {} 80 size_t startList(DwarfCompileUnit *CU) { 82 Lists.emplace_back(CU, Entries.size()); 165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, 167 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)),
|
| DwarfExpression.h | 131 DwarfCompileUnit &CU; 286 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) 287 : CU(CU), SubRegisterSizeInBits(0), SubRegisterOffsetInBits(0), 400 DwarfCompileUnit &CU) 401 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} 429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
|
| DwarfDebug.h | 280 SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {} 283 DwarfCompileUnit *CU; 302 /// Maps a CU DIE with its corresponding DwarfCompileUnit. 327 /// If nonnull, stores the CU in which the previous subprogram was contained. 458 void ensureAbstractEntityIsCreated(DwarfCompileUnit &CU, 461 void ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit &CU, 478 void constructCallSiteEntryDIEs(const DISubprogram &SP, DwarfCompileUnit &CU, 482 void addAccelNameImpl(const DICompileUnit &CU, AccelTable<DataT> &AppleAccel [all...] |
| DwarfUnit.cpp | 49 DwarfCompileUnit &CU, DIELoc &DIE) 50 : DwarfExpression(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {} 53 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Op); 57 CU.addSInt(getActiveDIE(), dwarf::DW_FORM_sdata, Value); 61 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_udata, Value); 65 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Value); 69 CU.addBaseTypeRef(getActiveDIE(), Idx); 95 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, 98 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFLinkerCompileUnit.cpp | 26 DWARFDie CU = getOrigUnit().getUnitDIE(); 27 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); 34 DWARFDie CU = getOrigUnit().getUnitDIE(); 35 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str(); 81 /// Keep track of a forward cross-cu reference from this unit
|
| DWARFLinker.cpp | 55 auto CU = llvm::upper_bound( 59 return CU != Units.end() ? CU->get() : nullptr; 201 static void resolveRelativeObjectPath(SmallVectorImpl<char> &Buf, DWARFDie CU) { 202 sys::path::append(Buf, dwarf::toString(CU.find(dwarf::DW_AT_comp_dir), "")); 208 const DWARFDie &DIE, CompileUnit &CU, 211 if (CU.getLanguage() != dwarf::DW_LANG_Swift) 223 SysRoot = CU.getSysRoot(); 230 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); 277 static bool updatePruning(const DWARFDie &Die, CompileUnit &CU, [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineOutliner.cpp | 701 DICompileUnit *CU = SP->getUnit(); 702 DIBuilder DB(M, true, CU);
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Type.cpp | 579 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); 580 return CU && CU->getZExtValue() < getNumElements();
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| AArch64AsmBackend.cpp | 499 namespace CU { 534 } // end CU namespace 564 return CU::UNWIND_ARM64_MODE_FRAMELESS; 577 return CU::UNWIND_ARM64_MODE_DWARF; 588 return CU::UNWIND_ARM64_MODE_DWARF; 613 CompactUnwindEncoding |= CU::UNWIND_ARM64_MODE_FRAME; 627 return CU::UNWIND_ARM64_MODE_DWARF; 630 return CU::UNWIND_ARM64_MODE_DWARF; 635 return CU::UNWIND_ARM64_MODE_DWARF; 639 return CU::UNWIND_ARM64_MODE_DWARF [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyAsmPrinter.cpp | 341 if (const NamedMDNode *Debug = M.getNamedMetadata("llvm.dbg.cu")) { 344 const auto *CU = cast<DICompileUnit>(Debug->getOperand(I)); 345 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage());
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| Debugify.cpp | 80 if (M.getNamedMetadata("llvm.dbg.cu")) { 104 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", 118 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, 294 if (!M.getNamedMetadata("llvm.dbg.cu")) { 523 if (!M.getNamedMetadata("llvm.dbg.cu")) { 590 (cast<DICompileUnit>(M.getNamedMetadata("llvm.dbg.cu")->getOperand(0)))
|
| /src/usr.bin/tip/ |
| tip.c | 52 * cu [options] [phone-number|"dir"] 94 char *CU; 147 if (strcmp(getprogname(), "cu") == 0) { 256 * the "cu" version of tip.
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFUnit.cpp | 133 auto *CU = 138 if (CU != end && (*CU)->getOffset() <= Offset) 139 return CU->get(); 152 auto *CU = 157 if (CU != end && (*CU)->getOffset() <= Offset) 158 return CU->get(); 168 this->insert(CU, std::move(U)); 199 // support it (probably have to linearly search for the matching skeleton CU [all...] |
| DWARFVerifier.cpp | 397 // In such a case, when the Die is the CU, the ranges will overlap, and we 400 // For such targets, we should read the ranges from the CU and partition them 407 // For now, simply elide the range verification for the CU DIEs if we are 601 // Verify all CU relative references are valid CU offsets. 609 error() << FormEncodingString(Form) << " CU offset " 611 << " is invalid (must be less than CU size of " 718 for (const auto &CU : DCtx.compile_units()) { 719 auto Die = CU->getUnitDIE(); 727 auto LineTable = DCtx.getLineTableForUnit(CU.get()) [all...] |
| DWARFContext.cpp | 170 // the CU DIE's DW_AT_str_offsets attribute). The header is located either 728 if (auto *CU = NormalUnits.getUnitForOffset(Offset)) 729 return CU->getDIEForOffset(Offset); 1008 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); 1009 if (!CU) 1012 Result.CompileUnit = CU; 1013 Result.FunctionDIE = CU->getSubroutineForAddress(Address); 1039 DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, 1047 CU->getInlinedChainForAddress(Address, InlinedChain); 1148 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMAsmBackend.cpp | 1076 namespace CU { 1102 } // end CU namespace 1149 return CU::UNWIND_ARM_MODE_DWARF; 1162 return CU::UNWIND_ARM_MODE_DWARF; 1176 return CU::UNWIND_ARM_MODE_DWARF; 1186 return CU::UNWIND_ARM_MODE_DWARF; 1191 return CU::UNWIND_ARM_MODE_DWARF; 1193 uint32_t CompactUnwindEncoding = CU::UNWIND_ARM_MODE_FRAME; 1212 return CU::UNWIND_ARM_MODE_DWARF; 1219 } GPRCSRegs[] = {{ARM::R6, CU::UNWIND_ARM_FRAME_FIRST_PUSH_R6} [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| DIE.h | 236 const DwarfCompileUnit *CU; 242 : CU(TheCU), Index(Idx) {} 812 /// information and gives each DIE a chance to figure out its CU relative DIE
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| DWARFLinker.h | 372 CompileUnit &CU; 379 WorklistItem(DWARFDie Die, CompileUnit &CU, unsigned Flags, 381 : Die(Die), Type(T), CU(CU), Flags(Flags), AncestorIdx(0) {} 383 WorklistItem(DWARFDie Die, CompileUnit &CU, WorklistItemType T, 385 : Die(Die), Type(T), CU(CU), Flags(0), OtherInfo(OtherInfo) {} 387 WorklistItem(unsigned AncestorIdx, CompileUnit &CU, unsigned Flags) 388 : Die(), Type(WorklistItemType::LookForParentDIEsToKeep), CU(CU), [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| MetadataLoader.cpp | 464 // Keep mapping of seens pair of old-style CU <-> SP, and update pointers to 465 // point from SP to CU after a block is completly parsed. 494 /// Upgrade old-style CU <-> SP pointers to point from SP to CU. 510 if (NamedMDNode *CUNodes = TheModule.getNamedMetadata("llvm.dbg.cu")) 512 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(I)); 513 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) 1015 // ThinLTO/X86/debuginfo-cu-import.ll relies on. 1617 auto *CU = DICompileUnit::getDistinct( 1631 MetadataList.assignValue(CU, NextMetadataNo) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Linker/ |
| IRMover.cpp | 1140 NamedMDNode *SrcCompileUnits = SrcM->getNamedMetadata("llvm.dbg.cu"); 1147 auto *CU = cast<DICompileUnit>(SrcCompileUnits->getOperand(I)); 1148 assert(CU && "Expected valid compile unit"); 1152 CU->replaceEnumTypes(nullptr); 1153 CU->replaceMacros(nullptr); 1154 CU->replaceRetainedTypes(nullptr); 1165 CU->replaceGlobalVariables(nullptr); 1177 // functions they are local to instead of listing them on the CU, and 1181 for (auto *IE : CU->getImportedEntities()) { 1191 CU->replaceImportedEntities(MDTuple::get [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86AsmBackend.cpp | 1246 namespace CU { 1270 } // namespace CU 1525 return CU::UNWIND_MODE_DWARF; 1542 return CU::UNWIND_MODE_DWARF; 1547 return CU::UNWIND_MODE_DWARF; 1551 if (RegEnc == ~0U) return CU::UNWIND_MODE_DWARF; 1553 CompactUnwindEncoding |= CU::UNWIND_MODE_BP_FRAME; 1555 CompactUnwindEncoding |= RegEnc & CU::UNWIND_BP_FRAME_REGISTERS; 1562 CompactUnwindEncoding |= CU::UNWIND_MODE_STACK_IMMD; 1569 return CU::UNWIND_MODE_DWARF [all...] |