Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp148 bool isInsideExecutableSectionsAddressRange(uint64_t LowPC, in isInsideExecutableSectionsAddressRange() function in llvm::dwarfutil::ObjFileAddressMap
167 return !isInsideExecutableSectionsAddressRange(LowPC, HighPC); in isBFDDeadAddressRange()
178 if (!isInsideExecutableSectionsAddressRange(LowPC, HighPC)) in isMAXPCDeadAddressRange()
197 return !isInsideExecutableSectionsAddressRange(LowPC, HighPC); in isDeadAddressRange()