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

Declarations

include/llvm/IR/Function.h
  320   Optional<StringRef> getSectionPrefix() const;

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  662     const auto &OptionalPrefix = F->getSectionPrefix();
 1740     const auto &OptionalPrefix = F->getSectionPrefix();
lib/Target/PowerPC/PPCISelLowering.cpp
 4515     if (F->getSectionPrefix() != Caller->getSectionPrefix())
 4515     if (F->getSectionPrefix() != Caller->getSectionPrefix())