Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h222 AttributeSet getAttributes() const { in getAttributes() function
H A DFunction.h313 AttributeList getAttributes() const { return AttributeSets; } in getAttributes() function
H A DIntrinsicInst.h1420 ConstantInt *getAttributes() const { in getAttributes() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.h101 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h128 uint8_t getAttributes() const { return Attributes; } in getAttributes() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h818 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
819 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2588 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2589 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1579 AttributeSet AttributeList::getAttributes(unsigned Index) const { in getAttributes() function in AttributeList
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp733 AttributeList getAttributes(unsigned i) const { in getAttributes() function in __anone38b3fdf0411::BitcodeReader