| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.h | 29 bool isLabel(const object::XCOFFObjectFile &Obj, const object::SymbolRef &Sym);
|
| H A D | XCOFFDump.cpp | 405 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 D | llvm-objdump.cpp | 1491 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 112 Type = isLabel; in Parse() 309 case InlineAsm::isLabel: in verify()
|
| H A D | Verifier.cpp | 2646 if (CI.Type == InlineAsm::isLabel) { in verifyInlineAsmCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.cpp | 200 if (!CsectAuxEntOrErr || !CsectAuxEntOrErr.get().isLabel()) in getXCOFFSymbolContainingSymbolRef() 217 if (!CsectAuxEntry.isLabel()) { in printSymbolEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExplicitLocals.cpp | 290 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 482 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
| H A D | WebAssemblyUtilities.cpp | 156 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
|
| H A D | WebAssemblyMCInstLower.cpp | 307 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 281 assert(OpInfo.Type != InlineAsm::isLabel && in lowerInlineAsm() 381 case InlineAsm::isLabel: { in lowerInlineAsm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 162 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 326 case DIEValue::isLabel: in hashAttribute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 101 isLabel, // '!x' enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 511 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1330 bool isLabel() const { 1343 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 528 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 D | XCOFFObjectFile.h | 409 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 114 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 D | XCOFFDumper.cpp | 577 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 660 if (I->isLabel()) { in getMBBBeginInsertionPoint()
|
| H A D | TargetInstrInfo.cpp | 2139 if (MI.isLabel()) in getOutliningType()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1831 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement() 6204 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
|
| H A D | MasmParser.cpp | 1938 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 808 if (!It->isLabel()) in insertEpilogueInBlock()
|