Home
last modified time | relevance | path

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

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