| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
| H A D | DWARFLinker.h | 121 class DWARFLinker : public DWARFLinkerBase { 123 virtual ~DWARFLinker() = default; 126 LLVM_ABI static std::unique_ptr<DWARFLinker>
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFEmitterImpl.h | |
| H A D | DWARFLinker.cpp | |
| H A D | DWARFEmitterImpl.cpp | |
| H A D | DWARFLinkerCompileUnit.h | |
| H A D | DWARFLinkerImpl.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 74 DWARFDie DWARFLinker::resolveDIEReference(const DWARFFile &File, in resolveDIEReference() 153 bool DWARFLinker::DIECloner::getDIENames(const DWARFDie &Die, in getDIENames() 398 void DWARFLinker::cleanupAuxiliarryData(LinkContext &Context) { in cleanupAuxiliarryData() 417 DWARFLinker::getVariableRelocAdjustment(AddressesMap &RelocMgr, in getVariableRelocAdjustment() 509 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE() 556 unsigned DWARFLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE() 619 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, const DWARFDie &DIE, in shouldKeepDIE() 692 void DWARFLinker::lookForChildDIEsToKeep( in lookForChildDIEsToKeep() 701 Flags &= ~DWARFLinker::TF_ParentWalk; in lookForChildDIEsToKeep() 705 if (!Die.hasChildren() || (Flags & DWARFLinker::TF_ParentWalk)) in lookForChildDIEsToKeep() [all …]
|
| H A D | DWARFStreamer.cpp | 102 case DWARFLinker::OutputFileType::Assembly: { in init() 111 case DWARFLinker::OutputFileType::Object: { in init()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinker.cpp | 16 std::unique_ptr<DWARFLinker> 17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker()
|
| H A D | DWARFEmitterImpl.cpp | 82 case DWARFLinker::OutputFileType::Assembly: { in init() 91 case DWARFLinker::OutputFileType::Object: { in init()
|
| H A D | DWARFLinkerImpl.cpp | 271 const DWARFLinker::ObjectPrefixMapTy &ObjectPrefixMap) { in remapPath() 283 DWARFLinker::ObjectPrefixMapTy *ObjectPrefixMap) { in getPCMFile() 1259 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1280 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1301 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1322 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1382 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitDWARFv5DebugNamesSection()
|
| H A D | DWARFEmitterImpl.h | 51 DwarfEmitterImpl(DWARFLinker::OutputFileType OutFileType, in DwarfEmitterImpl()
|
| H A D | DWARFLinkerTypeUnit.cpp | 350 DWARFLinker::AccelTableKind::Pub)) { in finishCloningAndEmit() 368 DWARFLinker::AccelTableKind::Pub)) { in finishCloningAndEmit()
|
| H A D | DWARFLinkerUnit.cpp | 100 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
|
| H A D | DWARFLinkerImpl.h | 26 class DWARFLinkerImpl : public DWARFLinker {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 215 class LLVM_ABI DWARFLinker : public DWARFLinkerBase { 217 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker() function 222 static std::unique_ptr<DWARFLinker> createLinker( 225 return std::make_unique<DWARFLinker>(ErrorHandler, WarningHandler, 548 DWARFLinker &Linker; 568 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner()
|
| H A D | DWARFStreamer.h | 298 DWARFLinker::OutputFileType OutFileType = DWARFLinker::OutputFileType::Object;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 349 dwarf_linker::parallel::DWARFLinker>::value) { in linkDebugInfoImpl() 472 return linkDebugInfoImpl<parallel::DWARFLinker>(File, Options, OutStream); in linkDebugInfo() 474 return linkDebugInfoImpl<classic::DWARFLinker>(File, Options, OutStream); in linkDebugInfo()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 546 SRCS_EXT+= DWARFLinker/Classic/DWARFLinker.cpp 547 SRCS_EXT+= DWARFLinker/Classic/DWARFLinkerCompileUnit.cpp 548 SRCS_EXT+= DWARFLinker/Classic/DWARFLinkerDeclContext.cpp 549 SRCS_EXT+= DWARFLinker/Classic/DWARFStreamer.cpp 550 SRCS_EXT+= DWARFLinker/DWARFLinkerBase.cpp 551 SRCS_EXT+= DWARFLinker/Parallel/AcceleratorRecordsSaver.cpp 552 SRCS_EXT+= DWARFLinker/Parallel/DIEAttributeCloner.cpp 553 SRCS_EXT+= DWARFLinker/Parallel/DWARFEmitterImpl.cpp 554 SRCS_EXT+= DWARFLinker/Parallel/DWARFLinker.cpp 555 SRCS_EXT+= DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 197 umbrella "llvm/DWARFLinker"
|