reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Function.h
  358   void setGC(std::string Str);

References

lib/AsmParser/LLParser.cpp
 5501   if (!GC.empty()) Fn->setGC(GC);
lib/Bitcode/Reader/BitcodeReader.cpp
 3262     Func->setGC(GCTable[Record[8] - 1]);
lib/IR/Core.cpp
 2383     F->setGC(GC);
lib/IR/Function.cpp
  502     setGC(Src->getGC());
lib/Transforms/Utils/InlineFunction.cpp
 1586       Caller->setGC(CalledFunc->getGC());