OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionBase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
34
class
SectionBase
;
51
MutableArrayRef<std::unique_ptr<
SectionBase
>> Sections;
54
using iterator = pointee_iterator<std::unique_ptr<
SectionBase
> *>;
56
explicit SectionTableRef(MutableArrayRef<std::unique_ptr<
SectionBase
>> Secs)
64
Expected<
SectionBase
*> getSection(uint32_t Index, Twine ErrMsg);
283
void writeSection(const
SectionBase
*Sec, ArrayRef<uint8_t> Data);
332
void writeShdr(const
SectionBase
&Sec);
373
bool operator()(const
SectionBase
*Lhs, const
SectionBase
*Rhs) const;
376
std::set<const
SectionBase
*, SectionCompare> Sections
[
all
...]
ELFObjcopy.cpp
54
using SectionPred = std::function<bool(const
SectionBase
&Sec)>;
56
static bool isDebugSection(const
SectionBase
&Sec) {
61
static bool isDWOSection(const
SectionBase
&Sec) {
65
static bool onlyKeepDWOPred(const Object &Obj, const
SectionBase
&Sec) {
103
static void setSectionFlagsAndType(
SectionBase
&Sec, SectionFlag Flags) {
201
static bool isCompressable(const
SectionBase
&Sec) {
208
function_ref<bool(const
SectionBase
&)> ShouldReplace,
209
function_ref<Expected<
SectionBase
*>(const
SectionBase
*)> AddSection) {
213
SmallVector<
SectionBase
*, 13> ToReplace
[
all
...]
Object.cpp
53
Error
SectionBase
::removeSectionReferences(
54
bool, function_ref<bool(const
SectionBase
*)>) {
58
Error
SectionBase
::removeSymbols(function_ref<bool(const Symbol &)>) {
62
Error
SectionBase
::initialize(SectionTableRef) { return Error::success(); }
63
void
SectionBase
::finalize() {}
64
void
SectionBase
::markSymbols() {}
65
void
SectionBase
::replaceSectionReferences(
66
const DenseMap<
SectionBase
*,
SectionBase
*> &) {}
67
void
SectionBase
::onRemove() {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h
502
uint64_t
SectionBase
= 0;
506
pointerToJITTargetAddress(MB.base()) +
SectionBase
,
508
SectionBase
+= SectionSize;
Completed in 64 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026