OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitSections
(Results
1 - 15
of
15
) sorted by null
/external/llvm/include/llvm/MC/
MCELFStreamer.h
51
virtual void
InitSections
();
MCStreamer.h
257
InitSections
();
260
/// Tell this MCStreamer to call
InitSections
upon initialization.
265
///
InitSections
- Create the default sections and set the initial one.
266
virtual void
InitSections
() = 0;
/external/llvm/lib/MC/
MCNullStreamer.cpp
30
virtual void
InitSections
() {
MCPureStreamer.cpp
37
virtual void
InitSections
();
110
void MCPureStreamer::
InitSections
() {
WinCOFFStreamer.cpp
52
virtual void
InitSections
();
181
void WinCOFFStreamer::
InitSections
() {
MCMachOStreamer.cpp
44
virtual void
InitSections
();
98
void MCMachOStreamer::
InitSections
() {
MCELFStreamer.cpp
73
void MCELFStreamer::
InitSections
() {
MCAsmStreamer.cpp
130
virtual void
InitSections
() {
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc
130
static SectionDesc *
InitSections
() {
139
sections =
InitSections
();
/external/llvm/tools/llvm-mc/
Disassembler.cpp
168
Streamer.
InitSections
();
/external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp
283
AsmStreamer.get()->
InitSections
();
/frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp
345
AsmStreamer.get()->
InitSections
();
/external/clang/tools/driver/
cc1as_main.cpp
363
Str.get()->
InitSections
();
/external/llvm/tools/lto/
LTOModule.cpp
762
virtual void
InitSections
() {}
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
603
Out.
InitSections
();
[
all
...]
Completed in 400 milliseconds