Lines Matching refs:GetAttributeValueAsString
772 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
775 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
1007 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
1011 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
1196 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1205 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1209 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1216 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1867 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
2023 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
2040 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()
4256 const char *comp_dir = die.GetDIE()->GetAttributeValueAsString( in GetSeparateDebugInfo()
4478 const char *flags = die.GetAttributeValueAsString(DW_AT_APPLE_flags, NULL); in GetCompileOptions()