OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidRelocs
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp
357
///
ValidRelocs
array.
416
ValidRelocs
.emplace_back(Offset64, RelocSize, Addend, Mapping);
421
ValidRelocs
.emplace_back(Offset64, RelocSize, SymOffset, Mapping);
438
if (
ValidRelocs
.empty())
445
llvm::sort(
ValidRelocs
.begin(),
ValidRelocs
.end());
477
StartOffset >
ValidRelocs
[NextValidReloc - 1].Offset);
478
if (NextValidReloc >=
ValidRelocs
.size())
481
uint64_t RelocOffset =
ValidRelocs
[NextValidReloc].Offset;
487
while (RelocOffset < StartOffset && NextValidReloc <
ValidRelocs
.size() - 1
[
all
...]
DwarfLinker.h
55
/// called
ValidRelocs
in the DwarfLinker and are gathered as a very
104
std::vector<ValidReloc>
ValidRelocs
;
106
/// Index into
ValidRelocs
of the next relocation to consider. As we walk
107
/// the DIEs in acsending file offset and as
ValidRelocs
is sorted by file
115
bool hasValidRelocs() const { return !
ValidRelocs
.empty(); }
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
[
all
...]
Completed in 287 milliseconds