/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 71 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler 76 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 121 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler 188 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 192 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix() 229 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF() 236 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF() 268 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF() 289 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Mangler.h | 37 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, 39 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 44 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 46 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 275 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 281 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 285 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 295 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
H A D | TargetLoweringObjectFile.cpp | 133 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 433 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile 436 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 88 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile 93 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
H A D | AArch64TargetObjectFile.h | 61 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
H A D | AArch64MCInstLower.cpp | 115 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalValueSymbol() 126 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalValueSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 58 AsmPrinter.getNameWithPrefix(Name, GV); in GetSymbolFromOperand() 60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 667 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true); in getELFSectionNameForGlobal() 1569 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO 1579 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1763 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1787 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF 1796 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 2210 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal() 2408 getNameWithPrefix(Name, GO, TM); in getSectionForExternalReference() 2440 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2454 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 427 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName() 465 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL); in getAllManglings() 577 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor() 592 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 87 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
|
H A D | AMDGPUMCInstLower.cpp | 85 AP.getNameWithPrefix(SymbolName, GV); in lowerOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WasmException.cpp | 36 Mangler::getNameWithPrefix(NameStr, SymName, Asm->getDataLayout()); in endModule()
|
H A D | OcamlGCPrinter.cpp | 65 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout()); in EmitCamlGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Mangling.cpp | 26 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in operator ()()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 157 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 177 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
H A D | AsmPrinter.h | 309 void getNameWithPrefix(SmallVectorImpl<char> &Name,
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 115 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 144 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives()
|
H A D | ModuleSymbolTable.cpp | 213 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
|
H A D | IRSymtab.cpp | 202 Mang.getNameWithPrefix(OS, GV, false); in getComdatIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 128 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
H A D | TargetMachine.h | 410 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMCInstLower.cpp | 47 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 327 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout()); in getSymbolAddress() 418 TM->getNameWithPrefix(Name, F, Mang); in getPointerToFunction()
|