OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COFFObjectFile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
1
//===-
COFFObjectFile
.cpp - COFF object file implementation ---------------===//
9
// This file declares the
COFFObjectFile
class.
102
const coff_symbol_type *
COFFObjectFile
::toSymb(DataRefImpl Ref) const {
119
const coff_section *
COFFObjectFile
::toSec(DataRefImpl Ref) const {
136
void
COFFObjectFile
::moveSymbolNext(DataRefImpl &Ref) const {
151
Expected<StringRef>
COFFObjectFile
::getSymbolName(DataRefImpl Ref) const {
155
uint64_t
COFFObjectFile
::getSymbolValueImpl(DataRefImpl Ref) const {
159
uint32_t
COFFObjectFile
::getSymbolAlignment(DataRefImpl Ref) const {
166
Expected<uint64_t>
COFFObjectFile
::getSymbolAddress(DataRefImpl Ref) const {
187
Expected<SymbolRef::Type>
COFFObjectFile
::getSymbolType(DataRefImpl Ref) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
9
// This file declares the
COFFObjectFile
class.
799
class
COFFObjectFile
: public ObjectFile {
801
COFFObjectFile
(MemoryBufferRef Object);
848
static Expected<std::unique_ptr<
COFFObjectFile
>>
1118
uint32_t I, const
COFFObjectFile
*Owner)
1142
const
COFFObjectFile
*OwningObject = nullptr;
1149
uint32_t I, const
COFFObjectFile
*Owner)
1167
const
COFFObjectFile
*OwningObject = nullptr;
1175
const
COFFObjectFile
*Owner)
1193
const
COFFObjectFile
*OwningObject = nullptr
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026