Home
last modified time | relevance | path

Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h326 std::optional<StringRef> getSectionPrefix() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp657 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1752 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2200 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
H A DTargetInstrInfo.cpp1479 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1992 std::optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4844 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()