Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::jitlink |
|
|
template<typename SymbolIdentifierFunction > |
DefineExternalSectionStartAndEndSymbols< SymbolIdentifierFunction > | llvm::jitlink::createDefineExternalSectionStartAndEndSymbolsPass (SymbolIdentifierFunction &&F) |
| Returns a JITLink pass (as a function class) that uses the given symbol identification function to identify external section start and end symbols (and their associated Section*s) and transform the identified externals into defined symbols pointing to the start of the first block in the section and the end of the last (start and end symbols for empty sections will be transformed into absolute symbols at address 0).
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "jitlink" |