OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARFContext
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
28
class
DWARFContext
;
42
void parse(
DWARFContext
&C, const DWARFSection &Section);
43
void parseDWO(
DWARFContext
&C, const DWARFSection &DWOSection,
47
virtual void parseImpl(
DWARFContext
&Context, const DWARFSection &Section,
55
const DWARFUnitIndex &getDWARFUnitIndex(
DWARFContext
&Context,
85
void parseImpl(
DWARFContext
&Context, const DWARFSection &Section,
107
DWARFContext
&Context;
133
std::unique_ptr<
DWARFContext
> DWOContext;
149
DWARFUnit(
DWARFContext
&Context, const DWARFSection &Section,
157
DWARFContext
& getContext() const { return Context;
[
all
...]
DWARFCompileUnit.h
19
DWARFCompileUnit(
DWARFContext
&Context, const DWARFSection &Section,
DWARFDebugAranges.h
19
class
DWARFContext
;
23
void generate(
DWARFContext
*CTX);
DWARFContext.h
1
//===--
DWARFContext
.h ------------------------------------------*- C++ -*-===//
36
///
DWARFContext
40
class
DWARFContext
: public DIContext {
58
DWARFContext
(
DWARFContext
&) = delete;
59
DWARFContext
&operator=(
DWARFContext
&) = delete;
78
DWARFContext
() : DIContext(CK_DWARF) {}
233
///
DWARFContext
. It assumes all content is available in memory and stores
235
class DWARFContextInMemory : public
DWARFContext
{
[
all
...]
DWARFTypeUnit.h
22
DWARFTypeUnit(
DWARFContext
&Context, const DWARFSection &Section,
DWARFDebugInfoEntry.h
24
class
DWARFContext
;
/external/llvm/lib/DebugInfo/DWARF/
Android.mk
7
DWARFContext
.cpp \
DWARFContext.cpp
1
//===--
DWARFContext
.cpp --------------------------------------------------===//
10
#include "llvm/DebugInfo/DWARF/
DWARFContext
.h"
75
void
DWARFContext
::dump(raw_ostream &OS, DIDumpType DumpType) {
269
const DWARFUnitIndex &
DWARFContext
::getCUIndex() {
280
const DWARFUnitIndex &
DWARFContext
::getTUIndex() {
291
const DWARFDebugAbbrev *
DWARFContext
::getDebugAbbrev() {
302
const DWARFDebugAbbrev *
DWARFContext
::getDebugAbbrevDWO() {
312
const DWARFDebugLoc *
DWARFContext
::getDebugLoc() {
324
const DWARFDebugLocDWO *
DWARFContext
::getDebugLocDWO() {
334
const DWARFDebugAranges *
DWARFContext
::getDebugAranges()
[
all
...]
DWARFUnit.cpp
11
#include "llvm/DebugInfo/DWARF/
DWARFContext
.h"
20
void DWARFUnitSectionBase::parse(
DWARFContext
&C, const DWARFSection &Section) {
26
void DWARFUnitSectionBase::parseDWO(
DWARFContext
&C,
34
DWARFUnit::DWARFUnit(
DWARFContext
&DC, const DWARFSection &Section,
94
bool VersionOK =
DWARFContext
::isSupportedVersion(Version);
275
cast<
DWARFContext
>(new DWARFContextInMemory(*DWOFile.getBinary())));
398
const DWARFUnitIndex &getDWARFUnitIndex(
DWARFContext
&Context,
DWARFDebugAranges.cpp
12
#include "llvm/DebugInfo/DWARF/
DWARFContext
.h"
38
void DWARFDebugAranges::generate(
DWARFContext
*CTX) {
/external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp
17
#include "llvm/DebugInfo/DWARF/
DWARFContext
.h"
197
isa<
DWARFContext
>(DebugInfoContext.get());
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
21
#include "llvm/DebugInfo/DWARF/
DWARFContext
.h"
546
void emitLocationsForUnit(const CompileUnit &Unit,
DWARFContext
&Dwarf);
834
DWARFContext
&Dwarf) {
[
all
...]
Completed in 234 milliseconds