Searched defs:func_range (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
D | x86AssemblyInspectionEngine.cpp | 816 const AddressRange &func_range, in local_branch_p() 843 const AddressRange &func_range, in non_local_branch_p() 916 uint8_t *data, size_t size, AddressRange &func_range, in GetNonCallSiteUnwindPlanFromAssembly() 1337 uint8_t *data, size_t size, AddressRange &func_range, in AugmentUnwindPlanFromCallSite()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Block.cpp | 243 const AddressRange &func_range = function->GetAddressRange(); in GetRangeContainingAddress() local 278 const AddressRange &func_range = function->GetAddressRange(); in GetRangeIndexContainingAddress() local
|
D | CompactUnwindInfo.cpp | 204 AddressRange func_range(func_range_start_file_addr, in GetUnwindPlan() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.cpp | 172 AddressRange func_range(curr_symbol->GetAddress(), 0); in ParseFunctions() local
|
/external/llvm-project/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 130 std::pair<lldb::addr_t, lldb::addr_t> func_range; in DisassembleFunction() local 422 AddrRange func_range = in GetRunnableInfo() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 380 AddressRange func_range(file_vm_addr, sol.length, in CreateFunction() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 285 AddressRange func_range = in ParseCompileUnitFunctionForPDBFunc() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 2253 AddressRange func_range; in ParseFunctionFromDWARF() local
|