Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp55 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get() argument
57 object::MachOObjectFile::findDsymObjectMembers(DebugInfoFilename); in get()
67 DebugInfoFilename = *DsymObjectsOrErr->begin(); in get()
70 errorOrToExpected(MemoryBuffer::getFile(DebugInfoFilename)); in get()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp392 StringRef DebugInfoFilename, in mergeInstrProfile() argument
403 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()
405 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()
406 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
408 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
1233 cl::opt<std::string> DebugInfoFilename( in merge_main() local
1283 mergeInstrProfile(WeightedInputs, DebugInfoFilename, Remapper.get(), in merge_main()
2920 cl::opt<std::string> DebugInfoFilename( in show_main() local
2934 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()
2937 DebugInfoFilename.ArgStr + "' is provided"); in show_main()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h35 get(StringRef DebugInfoFilename);