Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp188 BC.addInterproceduralReference(this, Fragment->getAddress()); in parseLSDA()
H A DBinaryFunction.cpp1071 BC.addInterproceduralReference(this, TargetAddress); in disassemble()
1137 BC.addInterproceduralReference(this, IndirectTarget); in disassemble()
H A DBinaryContext.cpp418 addInterproceduralReference(&BF, Address); in handleAddressRef()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h905 void addInterproceduralReference(BinaryFunction *Function, uint64_t Address) { in addInterproceduralReference() function