Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h219 Optional<StringRef> getSectionPrefix() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h304 Optional<StringRef> getSectionPrefix() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp481 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal()
1508 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1409 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4435 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()