/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | DWARFVisitor.h | 38 virtual void onStartCompileUnit(Unit &CU) {} in onStartCompileUnit() argument 39 virtual void onEndCompileUnit(Unit &CU) {} in onEndCompileUnit() argument 40 virtual void onStartDIE(Unit &CU, Entry &DIE) {} in onStartDIE() argument 41 virtual void onEndDIE(Unit &CU, Entry &DIE) {} in onEndDIE() argument 47 virtual void onStartCompileUnit(const Unit &CU) {} in onStartCompileUnit() argument 48 virtual void onEndCompileUnit(const Unit &CU) {} in onEndCompileUnit() argument 49 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {} in onStartDIE() argument 50 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {} in onEndDIE() argument
|
H A D | DWARFEmitter.cpp | 317 onStartCompileUnit(DWARFYAML::Unit &CU) onStartCompileUnit() argument 322 onEndCompileUnit(DWARFYAML::Unit &CU) onEndCompileUnit() argument 326 onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) onStartDIE() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 117 DwarfCompileUnit &CU; member in llvm::DwarfExpression
|
H A D | DwarfFile.cpp | 127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange() argument [all...] |
H A D | DwarfUnit.h | 346 DwarfCompileUnit &CU; member in llvm::final
|
H A D | DebugLocStream.h | 34 DwarfCompileUnit *CU; member 80 size_t startList(DwarfCompileUnit *CU) { in startList() argument 165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() argument
|
H A D | DwarfFile.h | 43 const DwarfCompileUnit *CU; member
|
H A D | DwarfDebug.h | 285 DwarfCompileUnit *CU; member [all...] |
H A D | DwarfUnit.cpp | 97 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() argument 49 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE) DIEDwarfExpression() argument 383 const DIEUnit *CU = Die.getUnit(); addDIEEntry() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
H A 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/Utils/ |
H A 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/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 236 extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, dwarf::FormParams FP, const DWARFContext *Ctx, const DWARFUnit *CU) extractValue() argument
|
H A D | DWARFUnit.cpp | 131 auto *CU = in getUnitForOffset() local 150 auto *CU = in getUnitForIndexEntry() local [all...] |
H A D | DWARFContext.cpp | 945 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress() local 976 static bool getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, in getFunctionNameAndStartLineForAddress() argument 1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDi argument 1149 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); getLocalsForAddress() local 1163 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); getLineInfoForAddress() local 1182 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); getLineInfoForAddressRange() local 1231 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); getInliningInfoForAddress() local [all...] |
H A D | DWARFVerifier.cpp | 1444 auto *CU = cast<DWARFCompileUnit>(U.get()); verifyDebugNames() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 184 const auto *CU = cast<DICompileUnit>(Debug->getOperand(I)); in EmitProducerInfo() local
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTraceState.cpp | 76 typedef std::pair<size_t, Word> CU; in StopTraceRecording() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 507 namespace CU { namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 565 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); in indexValid() local
|
H A D | DIBuilder.cpp | 34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 1163 DICompileUnit *CU = SP->getUnit(); in createOutlinedFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 1064 namespace CU { namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 781 namespace CU { namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 236 const DwarfCompileUnit *CU; member in llvm::DIEBaseTypeRef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1121 auto *CU = cast<DICompileUnit>(SrcCompileUnits->getOperand(I)); in prepareCompileUnitsForImport() local [all...] |