HomeSort by relevance Sort by last modified time
    Searched refs:isInSection (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 93 /// isInSection - Check if this symbol is defined in some section (i.e., it
95 bool isInSection() const {
112 assert(isInSection() && "Invalid accessor!");
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 96 assert((!Symbol->isInSection() ||
122 assert((!Symbol->isInSection() ||
183 assert((!Symbol->isInSection() ||
199 assert(!Symbol->isInSection() && "Symbol must not already have a section!");
MCWin64EH.cpp 222 if (!func || !func->isInSection()) return "";
MachObjectWriter.cpp 726 if (!SA.isInSection() || &SecA != &SecB ||
740 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
    [all...]
MCAssembler.cpp 411 if (!Symbol.isInSection())
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 303 if (Symbol->isInSection()) {
318 } else if (Symbol->isInSection()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 230 if (Symbol->isInSection()) {
247 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 175 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
DwarfDebug.cpp     [all...]

Completed in 274 milliseconds