OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionMap
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h
40
typedef std::map<std::string, SectionAddressInfo>
SectionMap
;
41
typedef std::map<std::string,
SectionMap
> StubMap;
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
1
//===-
SectionMap
.cpp -----------------------------------------------------===//
9
#include "mcld/Object/
SectionMap
.h"
38
//
SectionMap
::Input
40
SectionMap
::Input::Input(const std::string& pName,
59
SectionMap
::Input::Input(const InputSectDesc& pInputDesc)
72
//
SectionMap
::Output
74
SectionMap
::Output::Output(const std::string& pName)
95
SectionMap
::Output::Output(const OutputSectDesc& pOutputDesc)
107
bool
SectionMap
::Output::hasContent() const {
111
SectionMap
::Output::const_dot_iterato
[
all
...]
/external/google-breakpad/src/common/mac/
macho_reader.h
222
typedef map<string, Section>
SectionMap
;
418
bool MapSegmentSections(const Segment &segment,
SectionMap
*section_map)
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
1
//===-
SectionMap
.h -------------------------------------------------------===//
26
/** \class
SectionMap
29
class
SectionMap
{
158
~
SectionMap
();
/external/google-breakpad/src/common/dwarf/
dwarf2reader.h
61
typedef std::map<string, std::pair<const char*, uint64> >
SectionMap
;
224
CompilationUnit(const
SectionMap
& sections, uint64 offset,
308
const
SectionMap
& sections_;
[
all
...]
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
542
const struct
SectionMap
{
545
}
sectionMap
[] = {
566
for (size_t i = 0; i < ARRAY_SIZE(
sectionMap
); i++) {
567
if (strcmp(name,
sectionMap
[i].name) != 0) {
570
appSection = (struct ElfAppSection *) &appBytes[
sectionMap
[i].offset];
[
all
...]
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
132
section_map
SectionMap
;
145
SectionMap
.clear();
341
SectionMap
[&Sec] = coff_section;
415
COFFSection *Sec =
SectionMap
[Base->getFragment()->getParent()];
670
assert(
SectionMap
.find(Section) !=
SectionMap
.end() &&
673
COFFSection *coff_section =
SectionMap
[Section];
727
SectionMap
.find(TargetSection) !=
SectionMap
.end() &&
729
Reloc.Symb =
SectionMap
[TargetSection]->Symbol
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
399
std::map<std::string, unsigned>
SectionMap
;
408
unsigned &Entry =
SectionMap
[GV.getSection()];
412
Entry =
SectionMap
.size();
420
unsigned &Entry =
SectionMap
[F.getSection()];
424
Entry =
SectionMap
.size();
456
if (
SectionMap
.empty()) // Section.
460
Log2_32_Ceil(
SectionMap
.size()+1)));
479
Vals.push_back(GV.hasSection() ?
SectionMap
[GV.getSection()] : 0);
504
Vals.push_back(F.hasSection() ?
SectionMap
[F.getSection()] : 0);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
397
std::map<std::string, unsigned>
SectionMap
;
406
unsigned &Entry =
SectionMap
[GV.getSection()];
410
Entry =
SectionMap
.size();
418
unsigned &Entry =
SectionMap
[F.getSection()];
422
Entry =
SectionMap
.size();
454
if (
SectionMap
.empty()) // Section.
458
Log2_32_Ceil(
SectionMap
.size()+1)));
477
Vals.push_back(GV.hasSection() ?
SectionMap
[GV.getSection()] : 0);
502
Vals.push_back(F.hasSection() ?
SectionMap
[F.getSection()] : 0);
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
410
std::map<std::string, unsigned>
SectionMap
;
419
unsigned &Entry =
SectionMap
[GV.getSection()];
423
Entry =
SectionMap
.size();
431
unsigned &Entry =
SectionMap
[F.getSection()];
435
Entry =
SectionMap
.size();
467
if (
SectionMap
.empty()) // Section.
471
Log2_32_Ceil(
SectionMap
.size()+1)));
490
Vals.push_back(GV.hasSection() ?
SectionMap
[GV.getSection()] : 0);
516
Vals.push_back(F.hasSection() ?
SectionMap
[F.getSection()] : 0);
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
635
std::map<std::string, unsigned>
SectionMap
;
644
unsigned &Entry =
SectionMap
[GV.getSection()];
648
Entry =
SectionMap
.size();
656
unsigned &Entry =
SectionMap
[F.getSection()];
660
Entry =
SectionMap
.size();
694
if (
SectionMap
.empty()) // Section.
698
Log2_32_Ceil(
SectionMap
.size()+1)));
718
Vals.push_back(GV.hasSection() ?
SectionMap
[GV.getSection()] : 0);
749
Vals.push_back(F.hasSection() ?
SectionMap
[F.getSection()] : 0);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
[
all
...]
Completed in 1138 milliseconds