/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.h | 38 virtual void onStartCompileUnit(Unit &CU) {} in onStartCompileUnit() 39 virtual void onEndCompileUnit(Unit &CU) {} in onEndCompileUnit() 40 virtual void onStartDIE(Unit &CU, Entry &DIE) {} in onStartDIE() 41 virtual void onEndDIE(Unit &CU, Entry &DIE) {} in onEndDIE() 47 virtual void onStartCompileUnit(const Unit &CU) {} in onStartCompileUnit() 48 virtual void onEndCompileUnit(const Unit &CU) {} in onEndCompileUnit() 49 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {} in onStartDIE() 50 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {} in onEndDIE()
|
D | DWARFEmitter.cpp | 140 void onStartCompileUnit(const DWARFYAML::Unit &CU) override { in onStartCompileUnit() 153 void onStartDIE(const DWARFYAML::Unit &CU, in onStartDIE() 317 virtual void onStartCompileUnit(DWARFYAML::Unit &CU) { in onStartCompileUnit() 322 virtual void onEndCompileUnit(DWARFYAML::Unit &CU) { in onEndCompileUnit() 326 virtual void onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) { in onStartDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 456 void DwarfDebug::addSubprogramNames(const DICompileUnit &CU, in addSubprogramNames() 507 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs() 532 auto &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in constructAbstractSubprogramScopeDIE() local 699 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() 877 if (auto *CU = CUMap.lookup(DIUnit)) in getOrCreateDwarfCompileUnit() local 1020 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule() local 1076 [&](DwarfCompileUnit &CU) { CU.finishSubprogramDefinition(SP); }); in finishSubprogramDefinitions() 1211 auto &CU = *P.second; in endModule() local 1287 void DwarfDebug::ensureAbstractEntityIsCreated(DwarfCompileUnit &CU, in ensureAbstractEntityIsCreated() 1297 void DwarfDebug::ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit &CU, in ensureAbstractEntityIsCreatedIfScoped() [all …]
|
D | DwarfExpression.h | 117 DwarfCompileUnit &CU; variable 273 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression() 379 DwarfCompileUnit &CU) in DebugLocDwarfExpression()
|
D | DebugLocStream.h | 34 DwarfCompileUnit *CU; member 80 size_t startList(DwarfCompileUnit *CU) { in startList() 165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
|
D | DwarfUnit.h | 346 DwarfCompileUnit &CU; variable
|
D | DwarfFile.cpp | 127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
|
D | DwarfFile.h | 43 const DwarfCompileUnit *CU; member
|
D | AccelTable.cpp | 426 for (const auto &CU : enumerate(CompUnits)) { in emitCUList() local 557 for (const auto &CU : enumerate(CUs)) { in emitDWARF5AccelTable() local
|
D | DwarfUnit.cpp | 50 DwarfCompileUnit &CU, DIELoc &DIE) in DIEDwarfExpression() 97 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() 383 const DIEUnit *CU = Die.getUnit(); in addDIEEntry() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 53 for (const auto &CU : CTX->compile_units()) { in generate() local
|
D | DWARFContext.cpp | 679 if (auto *CU = NormalUnits.getUnitForOffset(Offset)) in getDIEForOffset() local 945 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress() local 976 static bool getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, in getFunctionNameAndStartLineForAddress() 1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1149 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLocalsForAddress() local 1163 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddress() local 1182 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddressRange() local 1231 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getInliningInfoForAddress() local 1931 for (const auto &CU : compile_units()) { in getCUAddrSize() local
|
D | DWARFVerifier.cpp | 661 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() local 703 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() local 923 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() local 934 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { in verifyDebugNamesCULists() local 1444 auto *CU = cast<DWARFCompileUnit>(U.get()); in verifyDebugNames() local
|
D | DWARFGdbIndex.cpp | 31 for (const CompUnitEntry &CU : CuList) in dumpCUList() local
|
D | DWARFFormValue.cpp | 239 const DWARFUnit *CU) { in extractValue()
|
D | DWARFUnit.cpp | 131 auto *CU = in getUnitForOffset() local 150 auto *CU = in getUnitForIndexEntry() local
|
D | DWARFAcceleratorTable.cpp | 687 for (uint32_t CU = 0; CU < Hdr.CompUnitCount; ++CU) in dumpCUs() local 884 for (uint32_t CU = 0; CU < NI.getCUCount(); ++CU) in getCUNameIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 53 if (const Constant *CU = dyn_cast<Constant>(U)) { in isSafeToDestroyConstant() local
|
D | Debugify.cpp | 82 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", in applyDebugifyMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 26 DWARFDie CU = getOrigUnit().getUnitDIE(); in getLanguage() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 520 std::string GCOVProfiler::mangleName(const DICompileUnit *CU, in mangleName() 674 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in emitProfileNotes() local 993 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(i)); in insertCounterWriteout() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 184 const auto *CU = cast<DICompileUnit>(Debug->getOperand(I)); in EmitProducerInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 63 for (auto *CU : M.debug_compile_units()) in processModule() local 76 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit() 155 if (auto *CU = dyn_cast<DICompileUnit>(Scope)) { in processScope() local 239 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() 475 DICompileUnit *getReplacementCU(DICompileUnit *CU) { in getReplacementCU() 530 if (auto *CU = dyn_cast<DICompileUnit>(N)) in remap() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 507 namespace CU { namespace
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTraceState.cpp | 76 typedef std::pair<size_t, Word> CU; in StopTraceRecording() typedef
|