Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp40 if (!BC.shouldEmit(Function) && !Function.hasExternalRefRelocations()) { in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1369 bool hasExternalRefRelocations() const { return HasExternalRefRelocations; } in hasExternalRefRelocations() function