Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp108 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
DTargetLoweringObjectFileImpl.cpp623 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()
1577 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()
2025 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h219 Optional<StringRef> getSectionPrefix() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h320 Optional<StringRef> getSectionPrefix() const;
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h342 Optional<StringRef> getSectionPrefix() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp662 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal()
1740 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1611 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1753 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4566 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4823 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()