Searched refs:StartFunctionAddress (Results 1 – 6 of 6) sorted by relevance
55 if (!BC.StartFunctionAddress) { in adjustCommandLineOptions()65 BC.getBinaryFunctionAtAddress(*(BC.StartFunctionAddress)); in emitBinary()
54 if (!BC.StartFunctionAddress) { in adjustCommandLineOptions()
547 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()
327 BC->StartFunctionAddress = readStartAddress(*InputFile); in discoverFileObjects()
425 BC->StartFunctionAddress = Obj.getHeader().e_entry; in discoverStorage()5172 BC->StartFunctionAddress = Dyn.getPtr(); in readELFDynamic()
635 Optional<uint64_t> StartFunctionAddress; variable