/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 81 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
D | AArch64MCInstLower.cpp | 57 Printer.getObjFileLowering().getMangler()); in GetGlobalAddressSymbol()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 80 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
D | AArch64MCInstLower.cpp | 57 Printer.getObjFileLowering().getMangler()); in GetGlobalAddressSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 706 getContext(), GO, Kind, getMangler(), TM, EmitUniqueSection, Flags, in SelectSectionForGlobal() 722 getMangler(), TM, EmitUniqueSection, in getSectionForJumpTable() 1213 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1381 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1414 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1560 emitLinkerFlagsForGlobalCOFF(OS, GV, getTargetTriple(), getMangler()); in emitLinkerFlagsForGlobal() 1565 emitLinkerFlagsForUsedCOFF(OS, GV, getTargetTriple(), getMangler()); in emitLinkerFlagsForUsed() 1773 return selectWasmSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 709 GO, Kind, getMangler(), TM, EntrySize, false); in getExplicitSectionGlobal() 820 getContext(), GO, Kind, getMangler(), TM, EmitUniqueSection, Flags, in SelectSectionForGlobal() 836 getMangler(), TM, EmitUniqueSection, in getSectionForJumpTable() 1418 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1590 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1623 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1742 emitLinkerFlagsForGlobalCOFF(OS, &GV, getTargetTriple(), getMangler()); in emitLinkerDirectives() 1766 emitLinkerFlagsForUsedCOFF(OS, GV, getTargetTriple(), getMangler()); in emitLinkerDirectives() 2058 return selectWasmSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 70 Mangler &getMangler() const { return *Mang; } in getMangler() function
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 73 Mangler &getMangler() const { return *Mang; } in getMangler() function
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 244 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 262 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 39 Mangler &Mang = TM.getObjFileLowering()->getMangler(); in GetSymbolFromOperand()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 35 Mangler &Mang = TM.getObjFileLowering()->getMangler(); in GetSymbolFromOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 446 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 456 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
|