Searched refs:getMangler (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 850 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 D | AArch64MCInstLower.cpp | 116 Printer.getObjFileLowering().getMangler()); in GetGlobalValueSymbol() 127 Printer.getObjFileLowering().getMangler()); in GetGlobalValueSymbol()
|
H A D | AArch64TargetObjectFile.cpp | 93 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 77 Mangler &getMangler() const { return *Mang; } in getMangler() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 295 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 673 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
|