Searched defs:getBinaryContext (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Rewrite/ | ||
H A D | RewriteInstance.h | 71 const BinaryContext &getBinaryContext() const { return *BC; } in getBinaryContext() function |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinarySection.h | 248 BinaryContext &getBinaryContext() { return BC; } getBinaryContext() function |
H A D | BinaryFunction.h | 875 const BinaryContext &getBinaryContext() const { return BC; } getBinaryContext() function |