Home
last modified time | relevance | path

Searched refs:DSYMPath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h83 StringRef DSYMPath) in DylibVerifier() argument
86 Demangle(Demangle), DSYMPath(DSYMPath), in DylibVerifier()
207 StringRef DSYMPath; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp754 if (DSYMPath.empty()) in accumulateSrcLocForDylibSymbols()
762 DylibReader::accumulateSourceLocFromDSYM(DSYMPath, Ctx.Target); in accumulateSrcLocForDylibSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7136 std::string DSYMPath; in getMachODSymObject() local
7148 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 …]