OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WasmObjectFile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
9
// This file declares the
WasmObjectFile
class, which implements the ObjectFile
122
class
WasmObjectFile
: public ObjectFile {
125
WasmObjectFile
(MemoryBufferRef Object, Error &Err);
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1
//===-
WasmObjectFile
.cpp - Wasm object file implementation ---------------===//
57
Expected<std::unique_ptr<
WasmObjectFile
>>
60
auto ObjectFile = std::make_unique<
WasmObjectFile
>(Buffer, Err);
72
static uint8_t readUint8(
WasmObjectFile
::ReadContext &Ctx) {
78
static uint32_t readUint32(
WasmObjectFile
::ReadContext &Ctx) {
86
static int32_t readFloat32(
WasmObjectFile
::ReadContext &Ctx) {
95
static int64_t readFloat64(
WasmObjectFile
::ReadContext &Ctx) {
104
static uint64_t readULEB128(
WasmObjectFile
::ReadContext &Ctx) {
114
static StringRef readString(
WasmObjectFile
::ReadContext &Ctx) {
124
static int64_t readLEB128(
WasmObjectFile
::ReadContext &Ctx)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026