OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFContext.h
164
StringRef
LineSection
;
193
virtual StringRef getLineSection() { return
LineSection
; }
/external/llvm/lib/MC/
MCDwarf.cpp
87
MCLineSection *
LineSection
= MCLineSections.lookup(Section);
88
if (!
LineSection
) {
92
LineSection
= new MCLineSection;
93
// Save a pointer to the new
LineSection
into the MCLineSections DenseMap.
94
MCOS->getContext().addMCLineSection(Section,
LineSection
);
98
LineSection
->addLineEntry(LineEntry,
125
// in the
LineSection
.
129
const MCLineSection *
LineSection
,
131
// This
LineSection
does not contain any LineEntry for the given Compile Unit.
132
if (!
LineSection
->containEntriesForID(CUID)
[
all
...]
Completed in 517 milliseconds