Searched refs:DSYMPath (Results 1 – 3 of 3) sorted by relevance
83 StringRef DSYMPath) in DylibVerifier() argument86 Demangle(Demangle), DSYMPath(DSYMPath), in DylibVerifier()207 StringRef DSYMPath; variable
754 if (DSYMPath.empty()) in accumulateSrcLocForDylibSymbols()762 DylibReader::accumulateSourceLocFromDSYM(DSYMPath, Ctx.Target); in accumulateSrcLocForDylibSymbols()
7136 std::string DSYMPath; in getMachODSymObject() local7148 DSYMPath = std::string(Path); in getMachODSymObject()7150 DSYMPath = FilenameDSYM.str(); in getMachODSymObject()7155 if (DSYMPath.empty() && !DSYMFile.empty()) { in getMachODSymObject()7163 DSYMPath = FullPath.str(); in getMachODSymObject()7165 DSYMPath = DSYMFile; in getMachODSymObject()7169 if (!DSYMPath.empty()) { in getMachODSymObject()7172 MemoryBuffer::getFileOrSTDIN(DSYMPath); in getMachODSymObject()7174 reportError(errorCodeToError(EC), DSYMPath); in getMachODSymObject()7184 reportError(BinaryOrErr.takeError(), DSYMPath); in getMachODSymObject()[all …]