Searched refs:PDBContext (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h1 //===-- PDBContext.h --------------------------------------------*- C++ -*-===//
26 /// PDBContext
32 class PDBContext : public DIContext { class in namespace:llvm::pdb
34 PDBContext(const object::COFFObjectFile &Object,
36 PDBContext(PDBContext &) = delete;
37 PDBContext &operator=(PDBContext &) = delete;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp1 //===-- PDBContext.cpp ------------------------------------------*- C++ -*-===//
9 #include "llvm/DebugInfo/PDB/PDBContext.h"
23 PDBContext::PDBContext(const COFFObjectFile &Object, function in class:PDBContext
31 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){}
33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address,
66 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address,
86 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address,
95 PDBContext::getLocalsForAddress(object::SectionedAddress Address) {
99 std::string PDBContext
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp21 #include "llvm/DebugInfo/PDB/PDBContext.h"
549 // If this is a COFF object containing PDB info, use a PDBContext to
568 Context.reset(new PDBContext(*CoffObject, std::move(Session)));
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile539 SRCS_EXT+= DebugInfo/PDB/PDBContext.cpp

Completed in 82 milliseconds