OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COFFImportFile
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.h
20
class
COFFImportFile
;
32
void printCOFFSymbolTable(const object::
COFFImportFile
*I);
COFFDump.cpp
22
#include "llvm/Object/
COFFImportFile
.h"
636
void objdump::printCOFFSymbolTable(const object::
COFFImportFile
*i) {
llvm-objdump.cpp
52
#include "llvm/Object/
COFFImportFile
.h"
2278
static void dumpObject(const
COFFImportFile
*I, const Archive *A,
2309
else if (
COFFImportFile
*I = dyn_cast<
COFFImportFile
>(&*ChildOrErr.get()))
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFImportDumper.cpp
16
#include "llvm/Object/
COFFImportFile
.h"
23
void dumpCOFFImportFile(const
COFFImportFile
*File, ScopedPrinter &Writer) {
ObjDumper.h
23
class
COFFImportFile
;
146
void dumpCOFFImportFile(const object::
COFFImportFile
*File,
llvm-readobj.cpp
27
#include "llvm/Object/
COFFImportFile
.h"
619
else if (
COFFImportFile
*Imp = dyn_cast<
COFFImportFile
>(Bin))
684
else if (
COFFImportFile
*Import = dyn_cast<
COFFImportFile
>(Bin.get()))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFImportFile.h
1
//===-
COFFImportFile
.h - COFF short import file implementation -*- C++ -*-===//
30
class
COFFImportFile
: public SymbolicFile {
32
COFFImportFile
(MemoryBufferRef Source)
/src/external/apache2/llvm/lib/libLLVMObject/
Makefile
12
COFFImportFile
.cpp \
/src/external/apache2/llvm/dist/llvm/lib/Object/
SymbolicFile.cpp
16
#include "llvm/Object/
COFFImportFile
.h"
72
return std::unique_ptr<SymbolicFile>(new
COFFImportFile
(Object));
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
25
#include "llvm/Object/
COFFImportFile
.h"
362
if (isa<COFFObjectFile>(Obj) || isa<
COFFImportFile
>(Obj))
1021
static char getSymbolNMTypeChar(
COFFImportFile
&Obj) {
1169
else if (
COFFImportFile
*COFFImport = dyn_cast<
COFFImportFile
>(&Obj))
Completed in 22 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026