Home
last modified time | relevance | path

Searched refs:DWARFLinker (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h121 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 DDWARFLinker.cpp
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFLinker.cpp
H A DDWARFEmitterImpl.cpp
H A DDWARFLinkerCompileUnit.h
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp74 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 DDWARFStreamer.cpp102 case DWARFLinker::OutputFileType::Assembly: { in init()
111 case DWARFLinker::OutputFileType::Object: { in init()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinker.cpp16 std::unique_ptr<DWARFLinker>
17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker()
H A DDWARFEmitterImpl.cpp82 case DWARFLinker::OutputFileType::Assembly: { in init()
91 case DWARFLinker::OutputFileType::Object: { in init()
H A DDWARFLinkerImpl.cpp271 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 DDWARFEmitterImpl.h51 DwarfEmitterImpl(DWARFLinker::OutputFileType OutFileType, in DwarfEmitterImpl()
H A DDWARFLinkerTypeUnit.cpp350 DWARFLinker::AccelTableKind::Pub)) { in finishCloningAndEmit()
368 DWARFLinker::AccelTableKind::Pub)) { in finishCloningAndEmit()
H A DDWARFLinkerUnit.cpp100 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
H A DDWARFLinkerImpl.h26 class DWARFLinkerImpl : public DWARFLinker {
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h215 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 DDWARFStreamer.h298 DWARFLinker::OutputFileType OutFileType = DWARFLinker::OutputFileType::Object;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp349 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 DMakefile546 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 Dmodule.modulemap197 umbrella "llvm/DWARFLinker"

12