OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionBase
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/objectivec/DevTools/
pddm.py
377
class
SectionBase
(object):
435
class TextSection(
SectionBase
):
444
class ExpansionSection(
SectionBase
):
448
SourceFile.
SectionBase
.__init__(self, first_line_num)
474
captured_lines = SourceFile.
SectionBase
.lines.fget(self)
505
class DefinitionSection(
SectionBase
):
531
class ImportDefinesSection(
SectionBase
):
535
SourceFile.
SectionBase
.__init__(self, first_line_num)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
839
uintptr_t
SectionBase
= reinterpret_cast<uintptr_t>(
841
Addr = static_cast<uint64_t>(
SectionBase
) + StubOffset;
843
uint64_t
SectionBase
= getRTDyld().Sections[SectionID].getLoadAddress();
844
Addr =
SectionBase
+ StubOffset;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
856
uintptr_t
SectionBase
= reinterpret_cast<uintptr_t>(
858
Addr = static_cast<uint64_t>(
SectionBase
) + StubOffset;
860
uint64_t
SectionBase
= getRTDyld().Sections[SectionID].getLoadAddress();
861
Addr =
SectionBase
+ StubOffset;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h
32
class
SectionBase
;
47
MutableArrayRef<std::unique_ptr<
SectionBase
>> Sections;
50
using iterator = pointee_iterator<std::unique_ptr<
SectionBase
> *>;
52
explicit SectionTableRef(MutableArrayRef<std::unique_ptr<
SectionBase
>> Secs)
59
SectionBase
*getSection(uint32_t Index, Twine ErrMsg);
199
void writeShdr(const
SectionBase
&Sec);
234
class
SectionBase
{
254
virtual ~
SectionBase
() = default;
258
virtual void removeSectionReferences(const
SectionBase
*Sec);
267
bool operator()(const
SectionBase
*Lhs, const SectionBase *Rhs) const
[
all
...]
Completed in 851 milliseconds