Searched refs:CUI (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 221 CUInfo &CUI, DWARFDie Die, uint32_t Depth, in parseInlineInfo() argument 279 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym)) in parseInlineInfo() 284 CUI.DWARFToGSYMFileIndex(Gsym, DwarfFileIdx); in parseInlineInfo() 290 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, II, in parseInlineInfo() 308 parseInlineInfo(Gsym, Out, CUI, ChildDie, Depth + 1, FI, Parent, in parseInlineInfo() 313 static void convertFunctionLineTable(OutputAggregator &Out, CUInfo &CUI, in convertFunctionLineTable() argument 324 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable() 356 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable() 358 CUI.DWARFToGSYMFileIndex(Gsym, Row.File); in convertFunctionLineTable() 417 CUI.LineTable->Rows[RowIndex2].dump(OS); in convertFunctionLineTable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.h | 83 void handleDie(OutputAggregator &Strm, CUInfo &CUI, DWARFDie Die);
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | ics43432.txt | 13 "cui,cmm-4030d-261": For the CUI CMM-4030D-261-I2S-TR
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | cavium-octeon-gpio.txt | 44 /* The GPIO pin connect to 16 consecutive CUI bits */
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 145 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local 149 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | exynos-dw-mshc.txt | 37 * samsung,dw-mshc-ddr-timing: Specifies the value of CUI clock phase shift value
|
| /freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
| H A D | octeon_3xxx.dtsi | 43 /* The GPIO pin connect to 16 consecutive CUI bits */
|
| H A D | octeon_68xx.dts | 48 /* The GPIO pins connect to 16 consecutive CUI bits */
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 430 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local 431 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1363 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local 1364 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()
|