Home
last modified time | relevance | path

Searched defs:RuntimeFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h40 struct RuntimeFunction { struct
41 RuntimeFunction(SymbolStringPtr Name) : Name(std::move(Name)) {} in RuntimeFunction() argument
48 operator()(const std::pair<RuntimeFunction *, RuntimeFunction *> &key) const { in operator() argument
H A DMachOPlatform.h342 struct RuntimeFunction { struct
343 RuntimeFunction(SymbolStringPtr Name) : Name(std::move(Name)) {} in RuntimeFunction() argument
348 RuntimeFunction PlatformBootstrap{ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h150 struct RuntimeFunction { struct
151 support::ulittle32_t StartAddress;
152 support::ulittle32_t EndAddress;
153 support::ulittle32_t UnwindInfoOffset;
H A DARMWinEH.h109 RuntimeFunction(const support::ulittle32_t *Data) in RuntimeFunction() function
112 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h19 class RuntimeFunction; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h45 enum class RuntimeFunction { enum