OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PDBContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h
1
//===--
PDBContext
.h --------------------------------------------*- C++ -*-===//
26
///
PDBContext
32
class
PDBContext
: public DIContext {
34
PDBContext
(const object::COFFObjectFile &Object,
36
PDBContext
(
PDBContext
&) = delete;
37
PDBContext
&operator=(
PDBContext
&) = delete;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp
1
//===--
PDBContext
.cpp ------------------------------------------*- C++ -*-===//
9
#include "llvm/DebugInfo/PDB/
PDBContext
.h"
23
PDBContext
::
PDBContext
(const COFFObjectFile &Object,
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,
130
PDBContext
::getLocalsForAddress(object::SectionedAddress Address) {
134
std::string
PDBContext
::getFunctionName(uint64_t Address
[
all
...]
Completed in 72 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026