LLVM 22.0.0git
LibraryResolver.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Macros

#define DEBUG_TYPE   "orc-resolver"

Functions

static bool llvm::orc::shouldIgnoreSymbol (const object::SymbolRef &Sym, uint32_t IgnoreFlags)
static StringRef llvm::orc::GetGnuHashSection (llvm::object::ObjectFile *file)
static bool llvm::orc::MayExistInElfObjectFile (llvm::object::ObjectFile *soFile, StringRef Sym)
 Bloom filter is a stochastic data structure which can tell us if a symbol name does not exist in a library with 100% certainty.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc-resolver"

Definition at line 29 of file LibraryResolver.cpp.