Home
last modified time | relevance | path

Searched refs:OutFileType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h51 DwarfEmitterImpl(DWARFLinker::OutputFileType OutFileType, in DwarfEmitterImpl() argument
53 : OutFile(OutFile), OutFileType(OutFileType) {} in DwarfEmitterImpl()
123 DWARFLinkerBase::OutputFileType OutFileType = variable
H A DDWARFEmitterImpl.cpp81 switch (OutFileType) { in init()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h47 DwarfStreamer(DWARFLinkerBase::OutputFileType OutFileType, in DwarfStreamer() argument
50 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer()
298 DWARFLinker::OutputFileType OutFileType = DWARFLinker::OutputFileType::Object; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp101 switch (OutFileType) { in init()