OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCLineSection
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h
175
///
MCLineSection
- Instances of this class represent the line information
179
class
MCLineSection
{
182
MCLineSection
(const
MCLineSection
&); // DO NOT IMPLEMENT
183
void operator=(const
MCLineSection
&); // DO NOT IMPLEMENT
186
// Constructor to create an
MCLineSection
with an empty MCLineEntries
188
MCLineSection
() {}
190
// addLineEntry - adds an entry to this
MCLineSection
's line entries
/external/llvm/include/llvm/MC/
MCDwarf.h
160
class
MCLineSection
{
162
// \brief Add an entry to this
MCLineSection
's line entries.
227
MCLineSection
MCLineSections;
267
const
MCLineSection
&getMCLineSections() const {
270
MCLineSection
&getMCLineSections() {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCDwarf.h
175
class
MCLineSection
{
177
// Add an entry to this
MCLineSection
's line entries.
283
MCLineSection
MCLineSections;
351
const
MCLineSection
&getMCLineSections() const {
354
MCLineSection
&getMCLineSections() {
Completed in 60 milliseconds