Searched refs:GetIsOptimized (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunction.i101 Returns false if unoptimized, or unknown.") GetIsOptimized;
103 GetIsOptimized();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h57 bool GetIsOptimized();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp231 bool SBFunction::GetIsOptimized() { function in class:SBFunction
232 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFunction, GetIsOptimized);
236 return m_opaque_ptr->GetCompileUnit()->GetIsOptimized();
271 LLDB_REGISTER_METHOD(bool, SBFunction, GetIsOptimized, ());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h73 /// CompileUnit::GetIsOptimized() is called.
112 /// CompileUnit::GetIsOptimized() is called.
401 bool GetIsOptimized();
H A DFunction.h615 bool GetIsOptimized();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp468 bool Function::GetIsOptimized() {
474 result = m_comp_unit->GetIsOptimized();
H A DCompileUnit.cpp324 bool CompileUnit::GetIsOptimized() { function in class:CompileUnit
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h204 bool GetIsOptimized();
H A DDWARFUnit.cpp671 bool DWARFUnit::GetIsOptimized() { function in class:DWARFUnit
H A DSymbolFileDWARF.cpp701 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized();
957 return dwarf_cu->GetIsOptimized();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1820 if (sc->function && sc->function->GetIsOptimized()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5845 sc.function->GetIsOptimized()) {
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28786 SWIG_check_num_args("lldb::SBFunction::GetIsOptimized",1,1)
28787 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFunction::GetIsOptimized",1,"lldb::SBFunction *");
28793 result = (bool)(arg1)->GetIsOptimized();
28919 { "GetIsOptimized", _wrap_SBFunction_GetIsOptimized},
[all...]

Completed in 507 milliseconds