OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAndAttributes
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
147
unsigned
getTypeAndAttributes
() const { return TypeAndAttributes; }
/external/llvm/lib/MC/
MCSectionMachO.cpp
98
unsigned TAA =
getTypeAndAttributes
();
MachObjectWriter.cpp
214
unsigned Flags = Section.
getTypeAndAttributes
();
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
375
TAA = S->
getTypeAndAttributes
();
380
if (S->
getTypeAndAttributes
() != TAA || S->getStubSize() != StubSize) {
Completed in 2152 milliseconds