Searched refs:isInSection (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSymbol.h93 /// isInSection - Check if this symbol is defined in some section (i.e., it
95 bool isInSection() const { function in class:llvm::MCSymbol
112 assert(isInSection() && "Invalid accessor!");
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowsCollection.cpp41 static inline bool isInSection(HTMLTableRowElement& row, const HTMLQualifiedName& sectionTag) function in namespace:blink
61 else if (isInSection(*previous, theadTag))
71 if (!previous || isInSection(*previous, theadTag))
75 else if (isInSection(*previous, tbodyTag))
87 if (!previous || !isInSection(*previous, tfootTag))
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp96 assert((!Symbol->isInSection() ||
122 assert((!Symbol->isInSection() ||
183 assert((!Symbol->isInSection() ||
199 assert(!Symbol->isInSection() && "Symbol must not already have a section!");
H A DMCWin64EH.cpp222 if (!func || !func->isInSection()) return "";
H A DMachObjectWriter.cpp726 if (!SA.isInSection() || &SecA != &SecB ||
740 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
H A DMCAssembler.cpp411 if (!Symbol.isInSection())
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp303 if (Symbol->isInSection()) {
318 } else if (Symbol->isInSection()) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp230 if (Symbol->isInSection()) {
247 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp175 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
H A DDwarfDebug.cpp964 if (SCU.Sym->isInSection()) {

Completed in 649 milliseconds