|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 298 iterator begin() const;
References
lib/Bitcode/Writer/BitcodeWriter.cpp 751 for (Attribute Attr : AS) {
lib/IR/AsmWriter.cpp 3412 for (const Attribute &Attr : AS) {
lib/IR/Attributes.cpp 621 for (const auto I : *this)
917 for (const auto I : Sets[0]) {
1427 for (const auto &A : AS)
1432 for (const auto &A : AS)
1662 for (const auto Attr : AS) {
lib/IR/Core.cpp 2401 for (auto A : AS)
2812 for (auto A : AS)
lib/IR/Verifier.cpp 1563 for (Attribute A : Attrs) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp 3758 for (const auto &Attr : F.getAttributes().getFnAttributes()) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1248 for (Attribute A : AL.getFnAttributes()) {
lib/Transforms/Utils/CodeExtractor.cpp 841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) {
lib/Transforms/Utils/FunctionComparator.cpp 111 AttributeSet::iterator LI = LAS.begin(), LE = LAS.end();
112 AttributeSet::iterator RI = RAS.begin(), RE = RAS.end();
tools/bugpoint/CrashDebugger.cpp 368 for (Attribute A : NewAttrs.getFnAttributes()) {
1134 for (Attribute A : Fn->getAttributes().getFnAttributes())