Home
last modified time | relevance | path

Searched refs:is_external (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp746 const bool is_external = in Resolve() local
749 if (is_external) in Resolve()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp941 bool is_external = false; in ParseVariableForPDBData() local
947 is_external = true; in ParseVariableForPDBData()
1043 ranges, &decl, location, is_external, is_artificial, is_constant, in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp853 bool is_external = false; in CreateGlobalVariable() local
856 is_external = true; in CreateGlobalVariable()
871 is_external = true; in CreateGlobalVariable()
924 scope, comp_unit.get(), ranges, &decl, location, is_external, artificial, in CreateGlobalVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3473 bool is_external = false; in ParseVariableDIE() local
3506 is_external = form_value.Boolean(); in ParseVariableDIE()
3619 if (is_external) in ParseVariableDIE()
3627 if (is_external && location_DW_OP_addr == 0) { in ParseVariableDIE()
3716 scope_ranges, &decl, location_list, is_external, is_artificial, in ParseVariableDIE()