OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeAndAttributes
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
29
///
TypeAndAttributes
- This is the SECTION_TYPE and SECTION_ATTRIBUTES
31
unsigned
TypeAndAttributes
;
45
//
TypeAndAttributes
bitmasks.
156
unsigned getTypeAndAttributes() const { return
TypeAndAttributes
; }
159
unsigned getType() const { return
TypeAndAttributes
& SECTION_TYPE; }
161
return (
TypeAndAttributes
& Value) != 0;
MCContext.h
240
unsigned
TypeAndAttributes
,
245
unsigned
TypeAndAttributes
,
247
return getMachOSection(Segment, Section,
TypeAndAttributes
, 0, K);
/external/llvm/lib/MC/
MCContext.cpp
211
unsigned
TypeAndAttributes
,
234
return Entry = new (*this) MCSectionMachO(Segment, Section,
TypeAndAttributes
,
MCSectionMachO.cpp
77
: MCSection(SV_MachO, K),
TypeAndAttributes
(TAA), Reserved2(reserved2) {
Completed in 51 milliseconds