Home
last modified time | relevance | path

Searched refs:IsOptimizedOut (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h419 IsOptimizedOut = 1 << 8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp85 CV_ENUM_CLASS_ENT(LocalSymFlags, IsOptimizedOut),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp45 PUSH_FLAG(LocalSymFlags, IsOptimizedOut, Flags, "optimized away"); in formatLocalSymFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2856 Flags |= LocalSymFlags::IsOptimizedOut; in emitLocalVariable()