OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInSection
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCSymbol.h
92
///
isInSection
- Check if this symbol is defined in some section (i.e., it
94
bool
isInSection
() const {
111
assert(
isInSection
() && "Invalid accessor!");
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
135
assert(!Symbol->
isInSection
() && "Symbol must not already have a section!");
191
assert((Symbol->
isInSection
()
235
assert((Symbol->
isInSection
()
262
assert((Symbol->
isInSection
()
301
assert((Symbol->
isInSection
()
308
assert((Symbol->
isInSection
()
MCWin64EH.cpp
206
if (!func || !func->
isInSection
()) return "";
MCAssembler.cpp
214
if (!Symbol.
isInSection
())
MachObjectWriter.cpp
589
if (!SA.isTemporary() || !SA.
isInSection
() || &SecA != &SecB)
ELFObjectWriter.cpp
187
if (!Symbol.
isInSection
())
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp
191
assert((!Label->
isInSection
() || &Label->getSection() == &Section) &&
/external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp
218
if (Symbol->
isInSection
()) {
235
} else if (Symbol->
isInSection
() && !Symbol->isVariable()) {
Completed in 221 milliseconds