Home
last modified time | relevance | path

Searched refs:createUnspecified (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h95 static UnwindLocation createUnspecified();
263 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp43 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() function in UnwindLocation