Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h248 AttributeSet getAttributes() const { in getAttributes() function
H A DFunction.h352 AttributeList getAttributes() const { return AttributeSets; } in getAttributes() function
H A DIntrinsicInst.h1642 ConstantInt *getAttributes() const { in getAttributes() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h104 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h141 uint8_t getAttributes() const { return Attributes; } in getAttributes() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h872 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
873 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2686 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2687 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp351 AttributeSet Argument::getAttributes() const { in getAttributes() function in Argument
H A DAttributes.cpp2004 AttributeSet AttributeList::getAttributes(unsigned Index) const { in getAttributes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h1234 AttributeSet getAttributes() const { in getAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp745 AttributeList getAttributes(unsigned i) const { in getAttributes() function in __anondf6e26480411::BitcodeReader