Home
last modified time | relevance | path

Searched refs:registerNameAtAddress (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp559 MCSymbol *Target = BC.registerNameAtAddress( in runOnFunctions()
578 MCSymbol *Target = BC.registerNameAtAddress( in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp252 MCSymbol *ZeroSym = BC.registerNameAtAddress("Zero", 0, 0, 0); in reorderContents()
H A DBinaryContext.cpp746 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 DMachORewriteInstance.cpp446 BC->registerNameAtAddress(Function->getOneName(), Addr, 0, 0); in mapCodeSections()
H A DRewriteInstance.cpp1009 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 DBinaryContext.h787 MCSymbol *registerNameAtAddress(StringRef Name, uint64_t Address,