Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp43 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) Variable() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp920 bool location_is_constant_data = false; in CreateGlobalVariable() local
953 bool location_is_constant_data = true; in CreateConstantSymbol() local
1854 bool location_is_constant_data = false; in CreateLocalVariable() local