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/LowLevel/
H A DDWARFUnwindTable.h87 LLVM_ABI static UnwindLocation createUnspecified();
239 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp21 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() function in UnwindLocation