pub struct LLVMPath {}
Expand description

The LLVM path resolver.

Implementations§

The LLVM source directory.

The LLVM target directory.

Returns the path to the llvm LLVM source module directory.

Returns the path to the MUSL build directory.

Returns the path to the LLVM CRT build directory.

Returns the path to the LLVM host build directory.

Returns the path to the LLVM final build directory.

Returns the path to the MUSL target directory.

Returns the path to the LLVM CRT target directory.

Returns the path to the LLVM host target directory.

Returns the path to the LLVM final target directory.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.