Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h338 std::optional<StringRef> getSectionPrefix() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp659 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1750 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2203 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
H A DTargetInstrInfo.cpp1538 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2088 std::optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2912 F.hasSection() || F.getSectionPrefix())) in buildOutlinedFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4958 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()