| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel() function in objdump 62 return SymRef.getXCOFFCsectAuxEnt32()->isLabel(); in isLabel()
|
| H A D | XCOFFDump.h | 23 bool isLabel(const object::XCOFFObjectFile *Obj, const object::SymbolRef &Sym);
|
| H A D | llvm-objdump.cpp | 923 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | 126 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExplicitLocals.cpp | 257 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 417 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
| H A D | WebAssemblyMCInstLower.cpp | 363 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 319 case DIEValue::isLabel: in hashAttribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dsymbol.h | 219 virtual LabelDsymbol *isLabel(); // is this a LabelDsymbol?
|
| H A D | statement.h | 711 LabelDsymbol *isLabel();
|
| H A D | dsymbol.c | 647 LabelDsymbol *Dsymbol::isLabel() // is this a LabelDsymbol()? in isLabel() function
|
| H A D | statement.c | 1670 LabelDsymbol *LabelDsymbol::isLabel() // is this a LabelDsymbol()? in isLabel() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 161 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dsymbol.h | 233 virtual LabelDsymbol *isLabel(); // is this a LabelDsymbol?
|
| H A D | statement.h | 701 LabelDsymbol *isLabel();
|
| H A D | statement.d | 1907 override LabelDsymbol isLabel() in isLabel() function
|
| H A D | dsymbol.d | 1026 LabelDsymbol isLabel() in isLabel() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1184 bool isLabel() const { 1197 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 207 if (AuxEntPtr->isLabel()) in printCsectAuxEnt32()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 496 bool isLabel(AsmToken &Token) override; 1649 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel() function in SystemZAsmParser
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 112 bool isLabel(AsmToken &Token) override; 928 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 479 if (I->isLabel()) { in getMBBBeginInsertionPoint()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 814 if (!It->isLabel()) in insertEpilogueInBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1888 if (!getTargetParser().isLabel(ID)) in parseStatement()
|