Home
last modified time | relevance | path

Searched refs:SectionPrefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp90 StringRef SectionPrefix = SDPI->getConstantSectionPrefix(&GV, PSI); in runOnModule() local
91 if (SectionPrefix.empty()) in runOnModule()
94 GV.setSectionPrefix(SectionPrefix); in runOnModule()
H A DTargetInstrInfo.cpp1849 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit() local
1850 if (SectionPrefix && in isFunctionSafeToSplit()
1851 (*SectionPrefix == "unlikely" || *SectionPrefix == "unknown")) { in isFunctionSafeToSplit()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp419 StringRef SectionPrefix) const { in getSectionForConstant()
422 if (SectionPrefix.empty()) in getSectionForConstant()