Home
last modified time | relevance | path

Searched defs:EntryPointAddr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h84 support::ubig32_t EntryPointAddr; member
144 support::ubig64_t EntryPointAddr; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h57 std::optional<llvm::yaml::Hex64> EntryPointAddr; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1979 static Expected<int> runWithRuntime(Session &S, ExecutorAddr EntryPointAddr) { in runWithRuntime()
1997 ExecutorAddr EntryPointAddr) { in runWithoutRuntime()