Searched refs:CUI (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 234 II.CallFile = CUI.DWARFToGSYMFileIndex( in parseInlineInfo() 239 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo() 321 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable() 409 if (CUI.LineTable) { in handleDie() 410 convertFunctionLineTable(OS, CUI, Die, Gsym, FI); in handleDie() 416 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie() 425 handleDie(OS, CUI, ChildDie); in handleDie() 452 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert() local 453 handleDie(Log, CUI, Die); in convert() 479 pool.async([this, CUI, &LogMutex, Die]() mutable { in convert() [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | entry-inference-mingw.s | 8 # RUN: llvm-readobj --file-headers %t-default.exe | FileCheck -check-prefix=CUI %s 9 # RUN: llvm-readobj --file-headers %t-cui.exe | FileCheck -check-prefix=CUI %s
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.h | 79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 155 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local 159 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | private-headers.yaml | 31 # PE32PLUS-NEXT:Subsystem 00000003 (Windows CUI)
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1496 CompileUnitIdentifiers CUI{*DWOId, CurEntry.Name.c_str(), in writeDWP() local 1498 auto P = IndexEntries.insert(std::make_pair(CUI.Signature, CurEntry)); in writeDWP() 1500 Error Err = buildDuplicateError(*P.first, CUI, ""); in writeDWP()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 395 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local 396 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 733 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local 734 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()
|