Searched refs:all_ranges (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 110 llvm::StringMap<llvm::SmallVector<Range, 1>> all_ranges() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Address.h | 238 /// \param[in] all_ranges 259 uint32_t addr_byte_size = UINT32_MAX, bool all_ranges = false,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 410 bool all_ranges, in Dump() argument 753 else if (all_ranges) { in Dump() 763 var_sp->DumpLocations(s, all_ranges ? LLDB_INVALID_ADDRESS : *this); in Dump()
|
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 166 Annotations::all_ranges() const { in all_ranges() function in Annotations
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 1494 bool verbose, bool all_ranges, Stream &strm, in DumpAddress() argument 1512 Address::DumpStyleInvalid, UINT32_MAX, all_ranges, settings); in DumpAddress() 1520 bool verbose, bool all_ranges) { in LookupAddressInModule() argument 1538 DumpAddress(exe_scope, so_addr, verbose, all_ranges, strm); in LookupAddressInModule() 1548 bool verbose, bool all_ranges) { in LookupSymbolInModule() argument 1586 symbol->GetAddressRef(), verbose, all_ranges, strm, in LookupSymbolInModule() 1617 const SymbolContextList &sc_list, bool verbose, bool all_ranges, in DumpSymbolContextList() argument 1629 DumpAddress(exe_scope, range.GetBaseAddress(), verbose, all_ranges, strm, in DumpSymbolContextList() 1640 bool verbose, bool all_ranges) { in LookupFunctionInModule() argument 1661 strm, sc_list, verbose, all_ranges); in LookupFunctionInModule() [all …]
|