OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasmObjectFile
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Reader.h
20
explicit Reader(const object::
WasmObjectFile
&O) : WasmObj(O) {}
24
const object::
WasmObjectFile
&WasmObj;
WasmObjcopy.h
17
class
WasmObjectFile
;
26
object::
WasmObjectFile
&In, raw_ostream &Out);
WasmObjcopy.cpp
79
object::
WasmObjectFile
&In, raw_ostream &Out) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
WasmDump.h
19
class
WasmObjectFile
;
26
Error getWasmRelocationValueString(const object::
WasmObjectFile
*Obj,
WasmDump.cpp
23
const auto *File = dyn_cast<const
WasmObjectFile
>(Obj);
31
Error objdump::getWasmRelocationValueString(const
WasmObjectFile
*Obj,
llvm-objdump.cpp
385
if (auto *Wasm = dyn_cast<
WasmObjectFile
>(Obj))
/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
...]
SymbolSize.cpp
31
if (isa<
WasmObjectFile
>(&O))
40
if (const auto *M = dyn_cast<
WasmObjectFile
>(&O))
/src/external/apache2/llvm/lib/libLLVMObject/
Makefile
35
WasmObjectFile
.cpp \
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
obj2yaml.h
34
const llvm::object::
WasmObjectFile
&Obj);
obj2yaml.cpp
32
return errorCodeToError(wasm2yaml(outs(), cast<
WasmObjectFile
>(Obj)));
wasm2yaml.cpp
21
const object::
WasmObjectFile
&Obj;
24
WasmDumper(const object::
WasmObjectFile
&O) : Obj(O) {}
395
std::error_code wasm2yaml(raw_ostream &Out, const object::
WasmObjectFile
&Obj) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp
59
WasmDumper(const
WasmObjectFile
*Obj, ScopedPrinter &Writer)
76
const
WasmObjectFile
*Obj;
243
std::unique_ptr<ObjDumper> createWasmDumper(const object::
WasmObjectFile
&Obj,
ObjDumper.h
140
std::unique_ptr<ObjDumper> createWasmDumper(const object::
WasmObjectFile
&Obj,
llvm-readobj.cpp
455
if (const
WasmObjectFile
*WasmObj = dyn_cast<
WasmObjectFile
>(&Obj))
/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);
ObjectFile.h
45
class
WasmObjectFile
;
378
static Expected<std::unique_ptr<
WasmObjectFile
>>
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp
204
} else if (auto *WasmBinary = dyn_cast<object::
WasmObjectFile
>(&In)) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
364
if (isa<
WasmObjectFile
>(Obj))
1080
static char getSymbolNMTypeChar(
WasmObjectFile
&Obj, basic_symbol_iterator I) {
1173
else if (
WasmObjectFile
*Wasm = dyn_cast<
WasmObjectFile
>(&Obj))
Completed in 34 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026