Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp108 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
H A DTargetLoweringObjectFileImpl.cpp639 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1689 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2111 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h302 Optional<StringRef> getSectionPrefix() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp2035 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4736 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()