Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h437 BinarySection &absoluteSection();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1000 SectionOrErr ? SectionOrErr.get() : absoluteSection(); in registerNameAtAddress()
2015 BinarySection &BinaryContext::absoluteSection() { in absoluteSection() function in llvm::bolt::BinaryContext