Searched refs:getOrCreateGlobalSymbol (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 438 MCSymbol *TargetSymbol = getOrCreateGlobalSymbol(Address, "DATAat"); in handleAddressRef() 734 MCSymbol *BinaryContext::getOrCreateGlobalSymbol(uint64_t Address, Twine Prefix, in getOrCreateGlobalSymbol() function in llvm::bolt::BinaryContext 1190 const MCSymbol *VeneerSymbol = getOrCreateGlobalSymbol(Address, "FUNCat"); in handleAArch64Veneer() 1425 getOrCreateGlobalSymbol(Hole.first, "HOLEat", Hole.second, 1); in fixBinaryDataHoles()
|
| H A D | BinaryEmitter.cpp | 1010 BC.getOrCreateGlobalSymbol(TypeAddress, "TI", 0, TTypeAlignment); in emitLSDA()
|
| H A D | BinaryFunction.cpp | 1097 TargetSymbol = BC.getOrCreateGlobalSymbol(TargetAddress, "FUNCat"); in disassemble() 3382 EntrySymbol = BC.getOrCreateGlobalSymbol( in addEntryPointAtOffset()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 1756 PersonalityFunction = BC.getOrCreateGlobalSymbol(Addr, "FUNCat"); in setPersonalityFunction() 1905 Symbol = BC.getOrCreateGlobalSymbol(Address, "ISLANDat"); in getOrCreateIslandAccess()
|
| H A D | BinaryContext.h | 777 MCSymbol *getOrCreateGlobalSymbol(uint64_t Address, Twine Prefix,
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 1875 BC->getOrCreateGlobalSymbol(SymbolAddress, "RELSYMat"); in analyzeRelocation() 2610 BC->getOrCreateGlobalSymbol(SymbolAddress, "SYMBOLat"); in readRelocations()
|