OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugMapObject
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h
48
class
DebugMapObject
;
57
///
DebugMapObject
&DMO = DM->addDebugMapObject(Obj.getPath());
78
using ObjectContainer = std::vector<std::unique_ptr<
DebugMapObject
>>;
108
/// This function adds an
DebugMapObject
to the list owned by this
110
DebugMapObject
&
132
/// The
DebugMapObject
represents one object file described by the DebugMap. It
135
class
DebugMapObject
{
156
/// Adds a symbol mapping to this
DebugMapObject
.
198
DebugMapObject
(StringRef ObjectFilename,
211
friend yaml::MappingTraits<dsymutil::
DebugMapObject
>;
[
all
...]
DebugMap.cpp
41
DebugMapObject
::
DebugMapObject
(StringRef ObjectFilename,
46
bool
DebugMapObject
::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress,
56
void
DebugMapObject
::print(raw_ostream &OS) const {
81
void
DebugMapObject
::dump() const { print(errs()); }
84
DebugMapObject
&
88
Objects.emplace_back(new
DebugMapObject
(ObjectFilePath, Timestamp, Type));
92
const
DebugMapObject
::DebugMapEntry *
93
DebugMapObject
::lookupSymbol(StringRef SymbolName) const {
100
const
DebugMapObject
::DebugMapEntry
[
all
...]
DwarfLinkerForBinary.h
64
const
DebugMapObject
::DebugMapEntry *Mapping;
67
const
DebugMapObject
::DebugMapEntry *Mapping)
78
/// The valid relocations for the current
DebugMapObject
.
110
const
DebugMapObject
&DMO)
152
const
DebugMapObject
&DMO);
156
const
DebugMapObject
&DMO,
161
const
DebugMapObject
&DMO,
200
ErrorOr<const object::ObjectFile &> loadObject(const
DebugMapObject
&Obj,
202
ErrorOr<DWARFFile &> loadObject(const
DebugMapObject
&Obj,
DwarfLinkerForBinary.cpp
181
DwarfLinkerForBinary::loadObject(const
DebugMapObject
&Obj,
205
static Error remarksErrorHandler(const
DebugMapObject
&DMO,
269
DwarfLinkerForBinary::loadObject(const
DebugMapObject
&Obj,
496
const
DebugMapObject
&DMO, std::vector<ValidReloc> &ValidRelocs) {
573
const
DebugMapObject
&DMO, std::vector<ValidReloc> &Relocs) {
597
const object::ObjectFile &Obj, const
DebugMapObject
&DMO) {
MachODebugMapParser.cpp
63
DebugMapObject
*CurrentDebugMapObject;
152
/// Create a new
DebugMapObject
. This function resets the state of the
Completed in 100 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026