Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1877 IsSectionRelocation = false; in analyzeRelocation()
1901 if (IsSectionRelocation && !IsAArch64) { in analyzeRelocation()
1928 assert(!IsSectionRelocation); in analyzeRelocation()
2366 bool IsSectionRelocation; in readRelocations() local
2407 if (!IsSectionRelocation) in readRelocations()
2464 if (!IsSectionRelocation) { in readRelocations()
2584 assert((IsAArch64 || IsSectionRelocation || in readRelocations()
2593 if (IsSectionRelocation) in readRelocations()
2604 (IsAArch64 || IsSectionRelocation || in readRelocations()
2608 if (IsSectionRelocation) { in readRelocations()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h236 std::string &SymbolName, bool &IsSectionRelocation,