Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1140 uint64_t *EntryDesc = nullptr);
1144 uint64_t *EntryDesc = nullptr) const {
1146 EntryDesc);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2123 uint64_t *EntryDesc) { in getFunctionForSymbol() argument
2130 if (EntryDesc) in getFunctionForSymbol()
2131 *EntryDesc = BF->getEntryIDForSymbol(Symbol); in getFunctionForSymbol()