Home
last modified time | relevance | path

Searched refs:getTypeAndAttributes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionMachO.h47 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionMachO.cpp111 unsigned TAA = getTypeAndAttributes(); in printSwitchToSection()
H A DMachObjectWriter.cpp900 unsigned Flags = Sec.getTypeAndAttributes(); in writeObject()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1278 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
1283 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()