Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h325 bool forceSymbolRelocations(StringRef SymbolName) const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp259 bool BinaryContext::forceSymbolRelocations(StringRef SymbolName) const { in forceSymbolRelocations() function in llvm::bolt::BinaryContext
H A DBinaryFunction.cpp1460 if (BC.forceSymbolRelocations(TargetSymbol->getName())) in scanExternalRefs()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2449 bool ForceRelocation = BC->forceSymbolRelocations(SymbolName); in readRelocations()