Searched defs:location_is_constant_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp38 Variable(lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, const RangeList &scope_range, Declaration *decl_ptr, const DWARFExpressionList &location_list, bool external, bool artificial, bool location_is_constant_data, bool static_member) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp920 bool location_is_constant_data = false; local
953 bool location_is_constant_data = true; local
1854 bool location_is_constant_data = false; local

Completed in 63 milliseconds