Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-objdump/
DXCOFFDump.cpp57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel() function in objdump
62 return SymRef.getXCOFFCsectAuxEnt32()->isLabel(); in isLabel()
DXCOFFDump.h23 bool isLabel(const object::XCOFFObjectFile *Obj, const object::SymbolRef &Sym);
/external/icu/icu4c/source/common/
Duts46.cpp154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII, in process() argument
343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
377 if(isLabel) { in process()
396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
407 UBool isLabel, UBool toASCII, in processUTF8() argument
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8()
477 if(isLabel) { in processUTF8()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java115 boolean isLabel, boolean toASCII, in process() argument
143 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
176 if(isLabel) { in process()
193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process()
205 boolean isLabel, boolean toASCII, in processUnicode() argument
220 if(c=='.' && !isLabel) { in processUnicode()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java116 boolean isLabel, boolean toASCII, in process() argument
144 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
177 if(isLabel) { in process()
194 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process()
206 boolean isLabel, boolean toASCII, in processUnicode() argument
221 if(c=='.' && !isLabel) { in processUnicode()
/external/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h211 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExplicitLocals.cpp233 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
392 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
DWebAssemblyMCInstLower.cpp325 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExplicitLocals.cpp263 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
423 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
DWebAssemblyMCInstLower.cpp341 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp166 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h779 bool isLabel() const { return isEHLabel() || isGCLabel(); }
785 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h462 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp319 case DIEValue::isLabel: in hashAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp311 case DIEValue::isLabel: in hashAttribute()
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp233 if (!Instr->isLabel()) in handleLabel()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp354 case DIEValue::isLabel: in hashAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1046 bool isLabel() const {
1055 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h161 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1151 bool isLabel() const {
1160 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp208 if (AuxEntPtr->isLabel()) in printCsectAuxEnt32()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp112 bool isLabel(AsmToken &Token) override;
921 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser

12