Lines Matching refs:GetAttributeValueAsString
823 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
827 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
998 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1007 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1011 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1017 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1592 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
1595 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
1648 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
1699 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
1716 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()