Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h325 struct RuntimeFunction { struct
326 RuntimeFunction(SymbolStringPtr Name) : Name(std::move(Name)) {} in RuntimeFunction() argument
331 RuntimeFunction PlatformBootstrap{ argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h142 struct RuntimeFunction { struct
143 support::ulittle32_t StartAddress;
144 support::ulittle32_t EndAddress;
145 support::ulittle32_t UnwindInfoOffset;
H A DARMWinEH.h108 RuntimeFunction(const support::ulittle32_t *Data) in RuntimeFunction() function
111 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h19 class RuntimeFunction; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h46 enum class RuntimeFunction { enum