/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
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 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()
|
/external/llvm/include/llvm/IR/ |
D | Mangler.h | 41 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, 43 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 48 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 50 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
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,
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler 70 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 108 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler 169 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 173 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Mangler.cpp | 103 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 177 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 189 getNameWithPrefix(OutName, GV->getName(), PrefixTy); in getNameWithPrefix() 197 getNameWithPrefix(OutName, "__unnamed_" + Twine(ID), PrefixTy); in getNameWithPrefix() 231 getNameWithPrefix(NameStr, GV, false); in getSymbol()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 191 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 197 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 201 TLOF->getNameWithPrefix(Name, GV, Mang, *this); in getNameWithPrefix() 206 getNameWithPrefix(NameStr, GV, Mang); in getSymbol()
|
D | TargetLoweringObjectFile.cpp | 110 TM.getNameWithPrefix(NameStr, GV, Mang); in getSymbolWithGlobalValueBase() 321 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile 324 Mang.getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 243 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 249 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 253 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 259 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
D | TargetLoweringObjectFile.cpp | 119 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 339 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile 342 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Mangler.h | 63 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 69 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 74 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile 79 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
D | AArch64TargetObjectFile.h | 44 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 58 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName() 158 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor() 172 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 301 TM.getNameWithPrefix(Name, GV, Mang, true); in selectELFSectionForGlobal() 795 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO 802 Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 964 Mang.getNameWithPrefix(TmpData, GV, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 988 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF 997 Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1082 Mang.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobal() 1089 Mang.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobal()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 136 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 156 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ManglerTest.cpp | 23 Mang.getNameWithPrefix(SS, IRName, DL); in mangleStr() 40 Mang.getNameWithPrefix(SS, F, false); in mangleFunc()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 54 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand() 57 TM.getNameWithPrefix(Name, GV, *Mang); in GetSymbolFromOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 133 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 150 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 54 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand() 57 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 325 Mang->getNameWithPrefix(Name, GV, true); in getExprForDwarfGlobalReference() 503 Mang->getNameWithPrefix(Name, GV, true); in getExprForDwarfGlobalReference() 533 Mang->getNameWithPrefix(Name, GV, true); in getCFIPersonalitySymbol()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 89 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in findSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 490 TM.getNameWithPrefix(Name, GO, Mang, true /*MayAlwaysUsePrivate*/); in selectELFSectionForGlobal() 991 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO 1001 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1169 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1193 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF 1202 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1515 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 85 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in findSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 109 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 90 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in mangle()
|