Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp90 if (!CsectAuxEntOrErr || !CsectAuxEntOrErr.get().isLabel()) in getXCOFFSymbolContainingSymbolRef()
99 bool objdump::isLabel(const XCOFFObjectFile &Obj, const SymbolRef &Sym) { in isLabel() function in objdump
108 return CsectAuxEntOrErr.get().isLabel(); in isLabel()
H A DXCOFFDump.h29 bool isLabel(const object::XCOFFObjectFile &Obj, const object::SymbolRef &Sym);
H A Dllvm-objdump.cpp1245 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp111 Type = isLabel; in Parse()
308 case InlineAsm::isLabel: in verify()
H A DVerifier.cpp2382 if (CI.Type == InlineAsm::isLabel) { in verifyInlineAsmCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp258 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
450 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyUtilities.cpp154 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
H A DWebAssemblyMCInstLower.cpp287 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp281 assert(OpInfo.Type != InlineAsm::isLabel && in lowerInlineAsm()
381 case InlineAsm::isLabel: { in lowerInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp163 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp326 case DIEValue::isLabel: in hashAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h99 isLabel, // '!x' enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h524 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1292 bool isLabel() const {
1305 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp507 bool isLabel(AsmToken &Token) override;
1664 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel() function in SystemZAsmParser
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h397 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp112 bool isLabel(AsmToken &Token) override;
926 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp571 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp617 if (I->isLabel()) { in getMBBBeginInsertionPoint()
H A DTargetInstrInfo.cpp1767 if (MI.isLabel()) in getOutliningType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1909 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
6263 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
H A DMasmParser.cpp2205 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp819 if (!It->isLabel()) in insertEpilogueInBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5725 return CI.Type == InlineAsm::isLabel; in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9494 case InlineAsm::isLabel: { in visitInlineAsm()

12