Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1406 std::vector<Relocation> FunctionRelocations; in scanExternalRefs() local
1565 FunctionRelocations.push_back(*Rel); in scanExternalRefs()
1574 for (Relocation &Rel : FunctionRelocations) in scanExternalRefs()