| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler 74 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 114 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler 180 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 184 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix() 222 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF() 229 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF() 251 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Mangler.h | 36 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, 38 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 43 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 45 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 206 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 212 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 216 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 226 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
| H A D | TargetLoweringObjectFile.cpp | 135 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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 75 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile 80 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 49 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AArch64MCInstLower.cpp | 56 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalAddressSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2092 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal() 2284 getNameWithPrefix(Name, GO, TM); in getSectionForExternalReference() 2303 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2315 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2333 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2358 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2369 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2384 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2404 getNameWithPrefix(NameStr, &F, TM); in getSectionForJumpTable() 2488 getNameWithPrefix(NameStr, Func, TM); in getFunctionEntryPointSymbol() [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 420 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName() 458 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL); in getAllManglings() 560 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor() 574 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 42 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand() 45 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 27 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule()
|
| H A D | OcamlGCPrinter.cpp | 65 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout()); in EmitCamlGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 153 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 171 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AsmPrinter.h | 274 void getNameWithPrefix(SmallVectorImpl<char> &Name,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 115 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 109 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
|
| H A D | AMDGPUMCInstLower.cpp | 113 AP.getNameWithPrefix(SymbolName, GV); in lowerOperand()
|
| H A D | AMDGPUAsmPrinter.cpp | 247 getNameWithPrefix(KernelName, &MF->getFunction()); in emitFunctionBodyEnd() 271 getNameWithPrefix(SymbolName, &MF->getFunction()), in emitFunctionEntryLabel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 29 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in operator ()()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 126 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| H A D | TargetMachine.h | 371 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 149 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives()
|
| H A D | ModuleSymbolTable.cpp | 189 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
|
| /freebsd-13.1/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()
|