HomeSort by: relevance | last modified time | path
    Searched refs:CUI (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die,
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,
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.DWARFToGSYMFileIndex(Gsym, Row.File)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
DwarfTransformer.h 74 /// \param CUI The compile unit specific information that contains the DWARF
79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 158 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
162 TySize *= CUI->getZExtValue(); // Get total allocated size.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 393 if (Constant *CUI = dyn_cast<Constant>(Op1))
394 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I))
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 699 if (const auto &CUI = getCUIndex()) {
700 if (const auto *R = CUI.getFromHash(Hash))

Completed in 67 milliseconds