Home
last modified time | relevance | path

Searched refs:getNameWithPrefix (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DMangler.cpp69 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
112 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler
178 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler
182 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix()
198 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF()
205 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF()
222 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMangler.h37 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-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp247 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine
253 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix()
257 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix()
263 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
H A DTargetLoweringObjectFile.cpp122 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase()
342 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile
345 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp58 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName()
89 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL); in getAllManglings()
191 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor()
205 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp77 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile
82 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
H A DAArch64TargetObjectFile.h44 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
H A DAArch64MCInstLower.cpp57 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalAddressSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h135 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
152 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
H A DAsmPrinter.h233 void getNameWithPrefix(SmallVectorImpl<char> &Name,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp54 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
57 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp28 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule()
H A DOcamlGCPrinter.cpp66 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout()); in EmitCamlGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp114 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
H A DAMDGPUMCInstLower.cpp143 AP.getNameWithPrefix(SymbolName, GV); in lowerOperand()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp115 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp645 TM.getNameWithPrefix(Name, GO, Mang, true /*MayAlwaysUsePrivate*/); in selectELFSectionForGlobal()
1179 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO
1189 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1357 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1381 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF
1390 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1720 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h109 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
H A DTargetMachine.h287 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
/freebsd-12.1/contrib/llvm/lib/Object/
H A DRecordStreamer.cpp149 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives()
H A DModuleSymbolTable.cpp182 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
H A DIRSymtab.cpp167 Mang.getNameWithPrefix(OS, GV, false); in getComdatIndex()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h155 Mang.getNameWithPrefix(MangledNameStream, &GV, false); in addGlobalValue()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp322 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout()); in getSymbolAddress()
413 TM->getNameWithPrefix(Name, F, Mang); in getPointerToFunction()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp124 Mangler::getNameWithPrefix(MangledNameStream, UnmangledName, DL); in mangle()

12