Lines Matching refs:GetAttributeValueAsString
691 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
694 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
926 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
930 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
1113 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1122 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1126 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1133 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1759 comp_dir = cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, in GetDwoSymbolFileForCompileUnit()
1833 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
1850 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()