Home
last modified time | relevance | path

Searched refs:PECallFrameInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.h25 class PECallFrameInfo : public virtual lldb_private::CallFrameInfo {
27 explicit PECallFrameInfo(ObjectFilePECOFF &object_file,
H A DPECallFrameInfo.cpp435 PECallFrameInfo::PECallFrameInfo(ObjectFilePECOFF &object_file, in PECallFrameInfo() function in PECallFrameInfo
442 bool PECallFrameInfo::GetAddressRange(Address addr, AddressRange &range) { in GetAddressRange()
458 bool PECallFrameInfo::GetUnwindPlan(const Address &addr, in GetUnwindPlan()
463 bool PECallFrameInfo::GetUnwindPlan(const AddressRange &range, in GetUnwindPlan()
506 const RuntimeFunction *PECallFrameInfo::FindRuntimeFunctionIntersectsWithRange( in FindRuntimeFunctionIntersectsWithRange()
H A DCMakeLists.txt18 PECallFrameInfo.cpp
H A DObjectFilePECOFF.cpp894 return std::make_unique<PECallFrameInfo>(*this, data_dir_exception.vmaddr, in CreateCallFrameInfo()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PECOFF/
H A DBUILD.gn30 "PECallFrameInfo.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4240 lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h