Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp110 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
DTargetLoweringObjectFileImpl.cpp629 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1663 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2085 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h353 Optional<StringRef> getSectionPrefix() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp1910 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4690 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()