Home
last modified time | relevance | path

Searched refs:isLabel (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp61 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel() function in objdump
72 return CsectAuxEntOrErr.get().isLabel(); in isLabel()
H A DXCOFFDump.h23 bool isLabel(const object::XCOFFObjectFile *Obj, const object::SymbolRef &Sym);
H A Dllvm-objdump.cpp960 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp151 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp259 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
419 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyMCInstLower.cpp316 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp319 case DIEValue::isLabel: in hashAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1195 bool isLabel() const {
1208 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h181 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp219 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp496 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 DHexagonAsmParser.cpp112 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 DXCOFFObjectFile.cpp813 if (!CsectAuxRef.isLabel()) in isFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp493 if (I->isLabel()) { in getMBBBeginInsertionPoint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1893 if (!getTargetParser().isLabel(ID)) in parseStatement()
6207 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
H A DMasmParser.cpp2248 if (!getTargetParser().isLabel(ID)) in parseStatement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp814 if (!It->isLabel()) in insertEpilogueInBlock()