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
156
unsigned
getTypeAndAttributes
() const { return TypeAndAttributes; }
/external/llvm/lib/MC/
MCSectionMachO.cpp
99
unsigned TAA =
getTypeAndAttributes
();
MachObjectWriter.cpp
229
unsigned Flags = Section.
getTypeAndAttributes
();
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
508
TAA = S->
getTypeAndAttributes
();
513
if (S->
getTypeAndAttributes
() != TAA || S->getStubSize() != StubSize) {
Completed in 49 milliseconds