Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp110 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
H A DTargetLoweringObjectFileImpl.cpp628 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1643 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2065 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h352 Optional<StringRef> getSectionPrefix() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1865 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4681 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()