Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp84 if (auto maybeSectionPrefix = GV.getSectionPrefix(); in runOnModule()
H A DTargetLoweringObjectFileImpl.cpp669 } else if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
674 if (std::optional<StringRef> Prefix = GV->getSectionPrefix()) { in getELFSectionNameForGlobal()
1810 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2270 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
H A DTargetInstrInfo.cpp1849 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h128 LLVM_ABI std::optional<StringRef> getSectionPrefix() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp297 std::optional<StringRef> GlobalObject::getSectionPrefix() const { in getSectionPrefix() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3519 F.hasSection() || F.getSectionPrefix())) in getOutliningTypeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4973 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()