Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h318 Optional<StringRef> getSectionPrefix() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp636 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal()
1713 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1420 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4479 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()