OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSymbolLinkerVisible
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCMachOStreamer.cpp
121
//
isSymbolLinkerVisible
uses the section.
125
if (getAssembler().
isSymbolLinkerVisible
(*Symbol))
391
if (getAssembler().
isSymbolLinkerVisible
(it->getSymbol()) &&
MCPureStreamer.cpp
126
if (getAssembler().
isSymbolLinkerVisible
(SD.getSymbol()))
MCAssembler.cpp
208
bool MCAssembler::
isSymbolLinkerVisible
(const MCSymbol &Symbol) const {
223
if (
isSymbolLinkerVisible
(SD->getSymbol()))
MachObjectWriter.cpp
448
if (!Asm.
isSymbolLinkerVisible
(it->getSymbol()))
484
if (!Asm.
isSymbolLinkerVisible
(it->getSymbol()))
ELFObjectWriter.cpp
499
if (!Asm.
isSymbolLinkerVisible
(Symbol) && !Symbol.isUndefined())
[
all
...]
/external/llvm/include/llvm/MC/
MCAssembler.h
760
bool
isSymbolLinkerVisible
(const MCSymbol &SD) const;
Completed in 74 milliseconds