HomeSort by relevance Sort by last modified time
    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 98 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 758 milliseconds