Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h95 static UnwindLocation createUnspecified();
261 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp353 expectDumpResult(dwarf::UnwindLocation::createUnspecified(), "unspecified"); in TEST()
398 Locs.setRegisterLocation(12, dwarf::UnwindLocation::createUnspecified()); in TEST()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() function in UnwindLocation