Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h47 unsigned getTypeAndAttributes() const { return TypeAndAttributes; } in getTypeAndAttributes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp104 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection()
H A DMachObjectWriter.cpp856 unsigned Flags = Sec.getTypeAndAttributes(); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1234 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
1239 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()