Searched refs:CUI (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, argument
231 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym))
233 II.CallFile = CUI.DWARFToGSYMFileIndex(
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II);
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent);
249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, argument
260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) {
267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx),
282 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex];
283 const uint32_t FileIdx = CUI
351 handleDie(raw_ostream &OS, CUInfo &CUI, DWARFDie Die) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h74 /// \param CUI The compile unit specific information that contains the DWARF
79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp158 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); local
162 TySize *= CUI->getZExtValue(); // Get total allocated size.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp384 if (Constant *CUI = dyn_cast<Constant>(Op1))
385 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp703 if (const auto &CUI = getCUIndex()) {
704 if (const auto *R = CUI.getFromHash(Hash))

Completed in 128 milliseconds