Searched refs:CUI (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 233 II.CallFile = CUI.DWARFToGSYMFileIndex( in parseInlineInfo() 238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo() 322 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable() 411 if (CUI.LineTable) { in handleDie() 412 convertFunctionLineTable(OS, CUI, Die, Gsym, FI); in handleDie() 418 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie() 427 handleDie(OS, CUI, ChildDie); in handleDie() 437 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert() local 438 handleDie(Log, CUI, Die); in convert() 464 pool.async([this, CUI, &LogMutex, Die]() mutable { in convert() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.h | 79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | cavium-octeon-gpio.txt | 44 /* The GPIO pin connect to 16 consecutive CUI bits */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 158 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local 162 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | exynos-dw-mshc.txt | 35 * samsung,dw-mshc-ddr-timing: Specifies the value of CUI clock phase shift value
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 393 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local 394 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 699 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local 700 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()
|