Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp51 UnwindLocation UnwindLocation::createIsConstant(int32_t Value) { in createIsConstant() function in UnwindLocation
638 AArch64DWARFPAuthRaState, UnwindLocation::createIsConstant(1)); in parseRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h129 static UnwindLocation createIsConstant(int32_t Value);
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp377 expectDumpResult(dwarf::UnwindLocation::createIsConstant(12), "12"); in TEST()
378 expectDumpResult(dwarf::UnwindLocation::createIsConstant(-32), "-32"); in TEST()