Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp55 if (!BC.StartFunctionAddress) { in adjustCommandLineOptions()
65 BC.getBinaryFunctionAtAddress(*(BC.StartFunctionAddress)); in emitBinary()
H A DInstrumentationRuntimeLibrary.cpp54 if (!BC.StartFunctionAddress) { in adjustCommandLineOptions()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp547 if (BC.StartFunctionAddress) { in runOnFunctions()
549 BC.getBinaryFunctionAtAddress(*BC.StartFunctionAddress); in runOnFunctions()
646 if (BC.StartFunctionAddress) { in createAuxiliaryFunctions()
648 BC.getBinaryFunctionAtAddress(*BC.StartFunctionAddress); in createAuxiliaryFunctions()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp327 BC->StartFunctionAddress = readStartAddress(*InputFile); in discoverFileObjects()
H A DRewriteInstance.cpp425 BC->StartFunctionAddress = Obj.getHeader().e_entry; in discoverStorage()
5172 BC->StartFunctionAddress = Dyn.getPtr(); in readELFDynamic()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h635 Optional<uint64_t> StartFunctionAddress; variable