Searched refs:OutputFileType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.h | 50 DwarfEmitterImpl(DWARFLinker::OutputFileType OutFileType, in DwarfEmitterImpl() 122 DWARFLinkerBase::OutputFileType OutFileType = 123 DWARFLinkerBase::OutputFileType::Object;
|
| H A D | DWARFEmitterImpl.cpp | 79 case DWARFLinker::OutputFileType::Assembly: { in init() 88 case DWARFLinker::OutputFileType::Object: { in init()
|
| H A D | DWARFLinkerImpl.cpp | 1263 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1284 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1305 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1326 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitAppleAcceleratorSections() 1385 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, in emitDWARFv5DebugNamesSection()
|
| H A D | DWARFLinkerUnit.cpp | 102 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 46 DwarfStreamer(DWARFLinkerBase::OutputFileType OutFileType, in DwarfStreamer() 55 const Triple &TheTriple, DWARFLinkerBase::OutputFileType FileType, 297 DWARFLinker::OutputFileType OutFileType = DWARFLinker::OutputFileType::Object;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerBase.h | 88 enum class OutputFileType : uint8_t { enum
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 112 enum OutputFileType { enum 117 static cl::opt<OutputFileType>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 34 const Triple &TheTriple, DWARFLinkerBase::OutputFileType FileType, in createStreamer() 101 case DWARFLinker::OutputFileType::Assembly: { in init() 110 case DWARFLinker::OutputFileType::Object: { in init()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 342 TargetTriple, Linker::OutputFileType::Object, OutStream, nullptr, in linkDebugInfoImpl()
|