Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp850 return selectExplicitSectionGlobal(GO, Kind, TM, getContext(), getMangler(), in getExplicitSectionGlobal()
928 return selectELFSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
941 &F, Kind, TM, getContext(), getMangler(), NextUniqueID, in getUniqueSectionForFunction()
945 getContext(), &F, Kind, getMangler(), TM, Used.count(&F), in getUniqueSectionForFunction()
959 getMangler(), TM, EmitUniqueSection, in getSectionForJumpTable()
1579 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1763 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1796 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1885 getMangler()); in emitLinkerDirectives()
1910 getMangler()); in emitLinkerDirectives()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp116 Printer.getObjFileLowering().getMangler()); in GetGlobalValueSymbol()
127 Printer.getObjFileLowering().getMangler()); in GetGlobalValueSymbol()
H A DAArch64TargetObjectFile.cpp93 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h77 Mangler &getMangler() const { return *Mang; } in getMangler() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp295 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp673 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()