Home
last modified time | relevance | path

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

12

/src/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.cpp1420 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
/src/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp111 Type = isLabel; in Parse()
308 case InlineAsm::isLabel: in verify()
H A DVerifier.cpp2506 if (CI.Type == InlineAsm::isLabel) { in verifyInlineAsmCall()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp268 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
460 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyUtilities.cpp155 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
H A DWebAssemblyMCInstLower.cpp286 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp281 assert(OpInfo.Type != InlineAsm::isLabel && in lowerInlineAsm()
381 case InlineAsm::isLabel: { in lowerInlineAsm()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp163 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp326 case DIEValue::isLabel: in hashAttribute()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h99 isLabel, // '!x' enumerator
/src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h522 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1327 bool isLabel() const {
1340 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/src/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
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h404 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp113 bool isLabel(AsmToken &Token) override;
983 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp577 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp643 if (I->isLabel()) { in getMBBBeginInsertionPoint()
H A DTargetInstrInfo.cpp1827 if (MI.isLabel()) in getOutliningType()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1906 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
6268 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
H A DMasmParser.cpp2206 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp819 if (!It->isLabel()) in insertEpilogueInBlock()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5902 return CI.Type == InlineAsm::isLabel; in parseFunctionBody()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10012 case InlineAsm::isLabel: { in visitInlineAsm()

12