Home
last modified time | relevance | path

Searched refs:CUI (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp221 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 DDwarfTransformer.h83 void handleDie(OutputAggregator &Strm, CUInfo &CUI, DWARFDie Die);
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dics43432.txt13 "cui,cmm-4030d-261": For the CUI CMM-4030D-261-I2S-TR
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dcavium-octeon-gpio.txt44 /* The GPIO pin connect to 16 consecutive CUI bits */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp145 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 Dexynos-dw-mshc.txt37 * 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 Docteon_3xxx.dtsi43 /* The GPIO pin connect to 16 consecutive CUI bits */
H A Docteon_68xx.dts48 /* The GPIO pins connect to 16 consecutive CUI bits */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp430 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 DDWARFContext.cpp1363 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local
1364 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()