Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/Analysis/
Dtest-liveness.mlir117 // CHECK-LABEL: Testing : func_ranges
118 func @func_ranges(%cond : i1, %arg1 : i32, %arg2 : i32, %arg3 : i32) -> i32 {
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2231 DWARFRangeList func_ranges; in ParseFunctionFromDWARF() local
2247 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2254 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()
2255 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd(0); in ParseFunctionFromDWARF()