Home
last modified time | relevance | path

Searched refs:OutputFileType (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h50 DwarfEmitterImpl(DWARFLinker::OutputFileType OutFileType, in DwarfEmitterImpl()
122 DWARFLinkerBase::OutputFileType OutFileType =
123 DWARFLinkerBase::OutputFileType::Object;
H A DDWARFEmitterImpl.cpp79 case DWARFLinker::OutputFileType::Assembly: { in init()
88 case DWARFLinker::OutputFileType::Object: { in init()
H A DDWARFLinkerImpl.cpp1263 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 DDWARFLinkerUnit.cpp102 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h46 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 DDWARFLinkerBase.h88 enum class OutputFileType : uint8_t { enum
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp112 enum OutputFileType { enum
117 static cl::opt<OutputFileType>
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp34 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 DDebugInfoLinker.cpp342 TargetTriple, Linker::OutputFileType::Object, OutStream, nullptr, in linkDebugInfoImpl()