Searched refs:registerNameAtAddress (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 559 MCSymbol *Target = BC.registerNameAtAddress( in runOnFunctions() 578 MCSymbol *Target = BC.registerNameAtAddress( in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 252 MCSymbol *ZeroSym = BC.registerNameAtAddress("Zero", 0, 0, 0); in reorderContents()
|
| H A D | BinaryContext.cpp | 746 return registerNameAtAddress(Name, Address, Size, Alignment, Flags); in getOrCreateGlobalSymbol() 760 registerNameAtAddress(Name, Address, SymbolSize ? SymbolSize : Size, in createBinaryFunction() 817 JTLabel = registerNameAtAddress(JumpTableName, Address, 0, EntrySize); in getOrCreateJumpTable() 988 MCSymbol *BinaryContext::registerNameAtAddress(StringRef Name, uint64_t Address, in registerNameAtAddress() function in llvm::bolt::BinaryContext
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 446 BC->registerNameAtAddress(Function->getOneName(), Addr, 0, 0); in mapCodeSections()
|
| H A D | RewriteInstance.cpp | 1009 BC->registerNameAtAddress(UniqueName, Address, FinalSize, SymbolAlignment, in discoverFileObjects() 1012 BC->registerNameAtAddress(AlternativeName, Address, FinalSize, in discoverFileObjects() 1261 MCSymbol *TargetSymbol = BC->registerNameAtAddress( in createPLTBinaryFunction() 2521 ReferencedSymbol = BC->registerNameAtAddress(Name, 0, 0, 0); in readRelocations() 2628 ReferencedSymbol = BC->registerNameAtAddress( in readRelocations()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 787 MCSymbol *registerNameAtAddress(StringRef Name, uint64_t Address,
|