/llvm-project/llvm/unittests/IR/ |
H A D | ManglerTest.cpp | 18 static std::string mangleStr(StringRef IRName, Mangler &Mang, in mangleStr() argument 52 EXPECT_EQ(mangleStr("\01foo", Mang, DL), "foo"); in TEST() local 30 mangleFunc(StringRef IRName,GlobalValue::LinkageTypes Linkage,llvm::CallingConv::ID CC,Module & Mod,Mangler & Mang) mangleFunc() argument 72 Mangler Mang; TEST() local 108 Mangler Mang; TEST() local 144 Mangler Mang; TEST() local 164 Mangler Mang; TEST() local [all...] |
/llvm-project/llvm/include/llvm/Object/ |
H A D | ModuleSymbolTable.h | 43 Mangler Mang; variable
|
/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 137 Mangler Mang; in flushSymverDirectives() local
|
H A D | IRSymtab.cpp | 90 Mangler Mang; global() member
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 276 const GlobalValue *GV, Mangler &Mang, in getNameWithPrefix() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 637 getELFSectionNameForGlobal(const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,unsigned EntrySize,bool UniqueSectionName) getELFSectionNameForGlobal() argument 692 calcUniqueIDUpdateFlagsAndSize(const GlobalObject * GO,StringRef SectionName,SectionKind Kind,const TargetMachine & TM,MCContext & Ctx,Mangler & Mang,unsigned & Flags,unsigned & EntrySize,unsigned & NextUniqueID,const bool Retain,const bool ForceUnique) calcUniqueIDUpdateFlagsAndSize() argument 786 selectExplicitSectionGlobal(const GlobalObject * GO,SectionKind Kind,const TargetMachine & TM,MCContext & Ctx,Mangler & Mang,unsigned & NextUniqueID,bool Retain,bool ForceUnique) selectExplicitSectionGlobal() argument 856 selectELFSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool EmitUniqueSection,unsigned Flags,unsigned * NextUniqueID,const MCSymbolELF * AssociatedSymbol) selectELFSectionForGlobal() argument 888 selectELFSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool Retain,bool EmitUniqueSection,unsigned Flags,unsigned * NextUniqueID) selectELFSectionForGlobal() argument 2191 selectWasmSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool EmitUniqueSection,unsigned * NextUniqueID,bool Retain) selectWasmSectionForGlobal() argument [all...] |
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 47 Mangler *Mang = nullptr; global() variable
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 471 Mangler Mang; applyScopeRestrictions() local
|
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 416 Mangler Mang; getPointerToFunction() local
|