Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.h29 bool isLabel(const object::XCOFFObjectFile &Obj, const object::SymbolRef &Sym);
H A DXCOFFDump.cpp405 if (!CsectAuxEntOrErr || !CsectAuxEntOrErr.get().isLabel()) in getXCOFFSymbolContainingSymbolRef()
414 bool objdump::isLabel(const XCOFFObjectFile &Obj, const SymbolRef &Sym) { in isLabel() function in objdump
423 return CsectAuxEntOrErr.get().isLabel(); in isLabel()
H A Dllvm-objdump.cpp1491 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp112 Type = isLabel; in Parse()
309 case InlineAsm::isLabel: in verify()
H A DVerifier.cpp2646 if (CI.Type == InlineAsm::isLabel) { in verifyInlineAsmCall()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp200 if (!CsectAuxEntOrErr || !CsectAuxEntOrErr.get().isLabel()) in getXCOFFSymbolContainingSymbolRef()
217 if (!CsectAuxEntry.isLabel()) { in printSymbolEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp290 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
482 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyUtilities.cpp156 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
H A DWebAssemblyMCInstLower.cpp307 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp162 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp326 case DIEValue::isLabel: in hashAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h101 isLabel, // '!x' enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h511 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1330 bool isLabel() const {
1343 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp528 bool isLabel(AsmToken &Token) override;
1732 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel() function in SystemZAsmParser
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h409 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp114 bool isLabel(AsmToken &Token) override;
986 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp577 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp660 if (I->isLabel()) { in getMBBBeginInsertionPoint()
H A DTargetInstrInfo.cpp2139 if (MI.isLabel()) in getOutliningType()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1831 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
6204 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
H A DMasmParser.cpp1938 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp808 if (!It->isLabel()) in insertEpilogueInBlock()

12