llvm/llvm/lib/DebugInfo/GSYM/LookupResult.cpp

//===- LookupResult.cpp -------------------------------------------------*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/DebugInfo/GSYM/LookupResult.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <ciso646>

usingnamespacellvm;
usingnamespacegsym;

std::string LookupResult::getSourceFile(uint32_t Index) const {}

raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) {}

raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) {}