Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc484 ULONGLONG func_length; in PrintFunctions() local
487 SUCCEEDED(parent->get_length(&func_length))) { in PrintFunctions()
488 if (block_rva < func_rva || block_rva > (func_rva + func_length)) { in PrintFunctions()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp284 auto func_length = pdb_func.getLength(); in ParseCompileUnitFunctionForPDBFunc() local
286 AddressRange(file_vm_addr, func_length, in ParseCompileUnitFunctionForPDBFunc()