Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp69 if (!CsectAuxEntOrErr || !CsectAuxEntOrErr.get().isLabel()) in getXCOFFSymbolContainingSymbolRef()
78 bool objdump::isLabel(const XCOFFObjectFile &Obj, const SymbolRef &Sym) { in isLabel() function in objdump
87 return CsectAuxEntOrErr.get().isLabel(); in isLabel()
H A DXCOFFDump.h27 bool isLabel(const object::XCOFFObjectFile &Obj, const object::SymbolRef &Sym);
H A Dllvm-objdump.cpp1101 isLabel(XCOFFObj, Symbol)); in createSymbolInfo()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp111 Type = isLabel; in Parse()
308 case InlineAsm::isLabel: in verify()
H A DVerifier.cpp2252 if (CI.Type == InlineAsm::isLabel) { in verifyInlineAsmCall()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp258 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
423 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyMCInstLower.cpp287 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp176 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp335 assert(OpInfo.Type != InlineAsm::isLabel && in lowerInlineAsm()
433 case InlineAsm::isLabel: { in lowerInlineAsm()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp163 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h98 isLabel, // '!x' enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp326 case DIEValue::isLabel: in hashAttribute()
/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h474 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1247 bool isLabel() const {
1260 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp510 bool isLabel(AsmToken &Token) override;
1706 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel() function in SystemZAsmParser
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h394 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp112 bool isLabel(AsmToken &Token) override;
927 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp509 if (I->isLabel()) { in getMBBBeginInsertionPoint()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp570 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1240 if (!CsectAuxRef.isLabel()) in isFunction()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1911 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
6249 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()
H A DMasmParser.cpp2231 if (Lexer.is(AsmToken::Colon) && getTargetParser().isLabel(ID)) { in parseStatement()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp816 if (!It->isLabel()) in insertEpilogueInBlock()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5681 return CI.Type == InlineAsm::isLabel; in parseFunctionBody()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9087 case InlineAsm::isLabel: { in visitInlineAsm()

12