LLVM: llvm::DILineInfoSpecifier Struct Reference (original) (raw)

Controls which fields of DILineInfo container should be filled with data. More...

#include "[llvm/DebugInfo/DIContext.h](DIContext%5F8h%5Fsource.html)"

Controls which fields of DILineInfo container should be filled with data.

Definition at line 146 of file DIContext.h.

FunctionNameKind

FileLineInfoKind

Enumerator
None
RawValue
BaseNameOnly
RelativeFilePath
AbsoluteFilePath

Definition at line 147 of file DIContext.h.

llvm::DILineInfoSpecifier::DILineInfoSpecifier ( FileLineInfoKind FLIKind = FileLineInfoKind::RawValue, FunctionNameKind FNKind = FunctionNameKind::None, bool ApproximateLine = false ) inline

operator==()

ApproximateLine

bool llvm::DILineInfoSpecifier::ApproximateLine

FLIKind

FileLineInfoKind llvm::DILineInfoSpecifier::FLIKind

FNKind


The documentation for this struct was generated from the following file: