Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp633 const uint64_t BBOffset = Layout.getSymbolOffset(*getLabel()); in updateOutputValues() local
637 Layout.getSymbolOffset(*LocSymKV.second) - BBOffset); in updateOutputValues()
H A DBinaryFunction.cpp4106 const uint64_t BBOffset = Layout.getSymbolOffset(*BB->getLabel()); in updateOutputValues() local
4107 const uint64_t BBAddress = BBBaseAddress + BBOffset; in updateOutputValues()