Home
last modified time | relevance | path

Searched refs:DIECloner (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp170 bool DWARFLinker::DIECloner::getDIENames(const DWARFDie &Die, in getDIENames()
888 unsigned DWARFLinker::DIECloner::cloneStringAttribute( in cloneStringAttribute()
908 unsigned DWARFLinker::DIECloner::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()
980 void DWARFLinker::DIECloner::cloneExpression( in cloneExpression()
1044 unsigned DWARFLinker::DIECloner::cloneBlockAttribute( in cloneBlockAttribute()
1099 unsigned DWARFLinker::DIECloner::cloneAddressAttribute( in cloneAddressAttribute()
1156 unsigned DWARFLinker::DIECloner::cloneScalarAttribute( in cloneScalarAttribute()
1224 unsigned DWARFLinker::DIECloner::cloneAttribute( in cloneAttribute()
1276 void DWARFLinker::DIECloner::addObjCAccelerator(CompileUnit &Unit, in addObjCAccelerator()
1342 DIE *DWARFLinker::DIECloner::cloneDIE(const DWARFDie &InputDIE, in cloneDIE()
[all …]
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1263 class DIECloner { class in llvm::dsymutil::__anondabe43b60111::DwarfLinker
1272 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner() function in llvm::dsymutil::__anondabe43b60111::DwarfLinker::DIECloner
1715 bool DwarfLinker::DIECloner::getDIENames(const DWARFDebugInfoEntryMinimal &Die, in getDIENames()
2351 unsigned DwarfLinker::DIECloner::cloneStringAttribute(DIE &Die, in cloneStringAttribute()
2363 unsigned DwarfLinker::DIECloner::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()
2434 unsigned DwarfLinker::DIECloner::cloneBlockAttribute(DIE &Die, in cloneBlockAttribute()
2477 unsigned DwarfLinker::DIECloner::cloneAddressAttribute( in cloneAddressAttribute()
2514 unsigned DwarfLinker::DIECloner::cloneScalarAttribute( in cloneScalarAttribute()
2558 unsigned DwarfLinker::DIECloner::cloneAttribute( in cloneAttribute()
2705 DIE *DwarfLinker::DIECloner::cloneDIE( in cloneDIE()
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h525 class DIECloner {
538 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner() function