Home
last modified time | relevance | path

Searched refs:GetIsOptimized (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp216 bool SBFunction::GetIsOptimized() { in GetIsOptimized() function in SBFunction
219 return m_opaque_ptr->GetCompileUnit()->GetIsOptimized(); in GetIsOptimized()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFunction.h56 bool GetIsOptimized();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h410 bool GetIsOptimized();
H A DFunction.h611 bool GetIsOptimized();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h170 bool GetIsOptimized();
H A DDWARFUnit.cpp755 bool DWARFUnit::GetIsOptimized() { in GetIsOptimized() function in DWARFUnit
H A DSymbolFileDWARF.cpp834 bool is_optimized = dwarf_cu->GetIsOptimized(); in ParseCompileUnit()
971 return dwarf_cu->GetIsOptimized(); in ParseIsOptimized()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp410 bool Function::GetIsOptimized() { in GetIsOptimized() function in Function
416 result = m_comp_unit->GetIsOptimized(); in GetIsOptimized()
H A DCompileUnit.cpp379 bool CompileUnit::GetIsOptimized() { in GetIsOptimized() function in CompileUnit
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1799 if (sc->function && sc->function->GetIsOptimized()) { in Format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5920 sc.function->GetIsOptimized()) { in PrintWarningOptimization()