Home
last modified time | relevance | path

Searched defs:CU (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h38 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 DDWARFEmitter.cpp317 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 DDwarfExpression.h117 DwarfCompileUnit &CU; member in llvm::DwarfExpression
H A DDwarfFile.cpp127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange() argument
[all...]
H A DDwarfUnit.h346 DwarfCompileUnit &CU; member in llvm::final
H A DDebugLocStream.h34 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 DDwarfFile.h43 const DwarfCompileUnit *CU; member
H A DDwarfDebug.h285 DwarfCompileUnit *CU; member
[all...]
H A DDwarfUnit.cpp97 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 DDWARFLinkerCompileUnit.cpp26 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 DDebugify.cpp82 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 DDWARFFormValue.cpp236 extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, dwarf::FormParams FP, const DWARFContext *Ctx, const DWARFUnit *CU) extractValue() argument
H A DDWARFUnit.cpp131 auto *CU = in getUnitForOffset() local
150 auto *CU = in getUnitForIndexEntry() local
[all...]
H A DDWARFContext.cpp945 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 DDWARFVerifier.cpp1444 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 DWebAssemblyAsmPrinter.cpp184 const auto *CU = cast<DICompileUnit>(Debug->getOperand(I)); in EmitProducerInfo() local
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTraceState.cpp76 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 DAArch64AsmBackend.cpp507 namespace CU { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp565 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); in indexValid() local
H A DDIBuilder.cpp34 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 DMachineOutliner.cpp1163 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 DARMAsmBackend.cpp1064 namespace CU { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp781 namespace CU { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h236 const DwarfCompileUnit *CU; member in llvm::DIEBaseTypeRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp1121 auto *CU = cast<DICompileUnit>(SrcCompileUnits->getOperand(I)); in prepareCompileUnitsForImport() local
[all...]

Completed in 46 milliseconds

12