Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1850 uint64_t &ExtractedValue, bool &Skip) const { in analyzeRelocation() argument
1873 SymbolAddress = ExtractedValue - Addend + PCRelOffset; in analyzeRelocation()
1908 SymbolAddress = ExtractedValue; in analyzeRelocation()
1924 SymbolAddress = ExtractedValue + PCRelOffset; in analyzeRelocation()
1929 if (ExtractedValue || Addend == 0 || IsPCRelative) { in analyzeRelocation()
1958 return truncateToSize(ExtractedValue, RelSize) == in analyzeRelocation()
2365 uint64_t ExtractedValue; in readRelocations() local
2479 ExtractedValue)); in readRelocations()
2646 Addend, ExtractedValue); in readRelocations()
2659 Addend, ExtractedValue); in readRelocations()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h238 uint64_t &ExtractedValue, bool &Skip) const;