Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp617 static StringRef getSectionPrefixForGlobal(SectionKind Kind, bool IsLarge) { in getSectionPrefixForGlobal() function
640 getSectionPrefixForGlobal(Kind, TM.isLargeGlobalValue(GO)); in getELFSectionNameForGlobal()
2200 SmallString<128> Name = getSectionPrefixForGlobal(Kind, /*IsLarge=*/false); in selectWasmSectionForGlobal()