Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h88 static UnwindLocation createUnspecified();
245 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() function in UnwindLocation