Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp189 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
DTargetLoweringObjectFileImpl.cpp673 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1723 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2158 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h301 std::optional<StringRef> getSectionPrefix() const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp2121 std::optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4749 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()