Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h54 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp114 unsigned TAA = getTypeAndAttributes(); in printSwitchToSection()
H A DMachObjectWriter.cpp910 unsigned Flags = Sec.getTypeAndAttributes(); in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1325 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
1330 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()