Struct rustc_session::config::OutputFilenames [−][src]
pub struct OutputFilenames {
pub out_directory: PathBuf,
filestem: String,
pub single_output_file: Option<PathBuf>,
pub outputs: OutputTypes,
}
Fields
out_directory: PathBuf
filestem: String
single_output_file: Option<PathBuf>
outputs: OutputTypes
Implementations
pub fn new(
out_directory: PathBuf,
out_filestem: String,
single_output_file: Option<PathBuf>,
extra: String,
outputs: OutputTypes
) -> Self
Gets the path where a compilation artifact of the given type for the given codegen unit should be placed on disk. If codegen_unit_name is None, a path distinct from those of any codegen unit will be generated.
Like temp_path
, but specifically for dwarf objects.
Like temp_path
, but also supports things where there is no corresponding
OutputType, like noopt-bitcode or lto-bitcode.
pub fn split_dwarf_path(
&self,
split_debuginfo_kind: SplitDebuginfo,
cgu_name: Option<&str>
) -> Option<PathBuf>
pub fn split_dwarf_path(
&self,
split_debuginfo_kind: SplitDebuginfo,
cgu_name: Option<&str>
) -> Option<PathBuf>
Returns the path for the Split DWARF file - this can differ depending on which Split DWARF mode is being used, which is the logic that this function is intended to encapsulate.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputFilenames
impl Send for OutputFilenames
impl Sync for OutputFilenames
impl Unpin for OutputFilenames
impl UnwindSafe for OutputFilenames
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes