| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 61 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel() function in objdump 72 return CsectAuxEntOrErr.get().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 | 960 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | 151 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExplicitLocals.cpp | 259 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 419 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
| H A D | WebAssemblyMCInstLower.cpp | 316 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 319 case DIEValue::isLabel: in hashAttribute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1195 bool isLabel() const { 1208 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 181 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 219 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 112 bool isLabel(AsmToken &Token) override; 929 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 813 if (!CsectAuxRef.isLabel()) in isFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 493 if (I->isLabel()) { in getMBBBeginInsertionPoint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1893 if (!getTargetParser().isLabel(ID)) in parseStatement() 6207 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
|
| H A D | MasmParser.cpp | 2248 if (!getTargetParser().isLabel(ID)) in parseStatement()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 814 if (!It->isLabel()) in insertEpilogueInBlock()
|