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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h38 virtual void onStartCompileUnit(Unit &CU) {} argument
39 virtual void onEndCompileUnit(Unit &CU) {} argument
40 virtual void onStartDIE(Unit &CU, Entry &DIE) {} argument
41 virtual void onEndDIE(Unit &CU, Entry &DIE) {} argument
47 virtual void onStartCompileUnit(const Unit &CU) {} argument
48 virtual void onEndCompileUnit(const Unit &CU) {} argument
49 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {} argument
50 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {} argument
H A DDWARFEmitter.cpp317 onStartCompileUnit(DWARFYAML::Unit &CU) argument
322 onEndCompileUnit(DWARFYAML::Unit &CU) argument
326 onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp26 DWARFDie CU = getOrigUnit().getUnitDIE(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h117 DwarfCompileUnit &CU; member in class:llvm::DwarfExpression
H A DDwarfFile.cpp127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { argument
[all...]
H A DDwarfUnit.h346 DwarfCompileUnit &CU; member in class:llvm::final
H A DDebugLocStream.h34 DwarfCompileUnit *CU; member in struct:llvm::DebugLocStream::List
37 List(DwarfCompileUnit *CU, size_t EntryOffset) argument
80 size_t startList(DwarfCompileUnit *CU) { argument
165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, argument
H A DDwarfFile.h43 const DwarfCompileUnit *CU; member in struct:llvm::RangeSpanList
H A DDwarfDebug.h282 SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {} argument
285 DwarfCompileUnit *CU; member in struct:llvm::SymbolCU
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp82 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp236 extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, dwarf::FormParams FP, const DWARFContext *Ctx, const DWARFUnit *CU) argument
H A DDWARFUnit.cpp131 auto *CU = local
150 auto *CU = local
[all...]
H A DDWARFContext.cpp945 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); local
976 static bool getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, argument
1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDi argument
1149 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); local
1163 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); local
1182 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); local
1231 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); local
[all...]
H A DDWARFVerifier.cpp1444 auto *CU = cast<DWARFCompileUnit>(U.get()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h234 static unsigned getHashValue(const clang::CharUnits &CU) { argument
212 operator *(clang::CharUnits::QuantityType Scale, const clang::CharUnits &CU) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp184 const auto *CU = cast<DICompileUnit>(Debug->getOperand(I)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp507 namespace CU { namespace in namespace:__anon4937
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp565 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); local
H A DDIBuilder.cpp34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1163 DICompileUnit *CU = SP->getUnit(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h236 const DwarfCompileUnit *CU; member in class:llvm::DIEBaseTypeRef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1060 namespace CU { namespace
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp781 namespace CU { namespace in namespace:__anon5416
[all...]
/freebsd-12-stable/usr.bin/tip/tip/
H A Dtip.h73 EXTERN char *CU; /* call unit if making a phone call */ variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1121 auto *CU = cast<DICompileUnit>(SrcCompileUnits->getOperand(I)); local
[all...]

Completed in 218 milliseconds

12