Lines Matching refs:StartAddress
222 static uint64_t StartAddress; variable
1320 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels() local
1322 auto Iter = AddrToBBAddrMap.find(StartAddress); in collectBBAddrMapLabels()
1325 auto PGOIter = AddrToPGOAnalysisMap.find(StartAddress); in collectBBAddrMapLabels()
1917 if (Start >= End || End <= StartAddress) in disassembleObject()
2011 if (SectionAddr < StartAddress) in disassembleObject()
2012 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr); in disassembleObject()
2091 if (getHidden(*RelCur) || SectionAddr + RelOffset < StartAddress) { in disassembleObject()
2556 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2742 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
3130 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
3388 parseIntArg(InputArgs, OBJDUMP_start_address_EQ, StartAddress); in parseObjdumpOptions()
3557 if (StartAddress >= StopAddress) in llvm_objdump_main()