Lines Matching refs:GetAttributeValueAsString
765 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
768 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
1000 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
1004 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
1189 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1198 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1202 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1209 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1828 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
1984 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
2001 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()
4275 const char *comp_dir = die.GetDIE()->GetAttributeValueAsString( in GetSeparateDebugInfo()
4472 const char *flags = die.GetAttributeValueAsString(DW_AT_APPLE_flags, NULL); in GetCompileOptions()