/external/llvm-project/llvm/tools/llvm-objdump/ |
D | XCOFFDump.cpp | 57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel() function in objdump 62 return SymRef.getXCOFFCsectAuxEnt32()->isLabel(); in isLabel()
|
D | XCOFFDump.h | 23 bool isLabel(const object::XCOFFObjectFile *Obj, const object::SymbolRef &Sym);
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 154 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/ |
D | UTS46.java | 115 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/ |
D | UTS46.java | 116 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/ |
D | MCTargetAsmParser.h | 211 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExplicitLocals.cpp | 233 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 392 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
D | WebAssemblyMCInstLower.cpp | 325 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExplicitLocals.cpp | 263 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 423 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
D | WebAssemblyMCInstLower.cpp | 341 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 166 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 779 bool isLabel() const { return isEHLabel() || isGCLabel(); } 785 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 462 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 319 case DIEValue::isLabel: in hashAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 311 case DIEValue::isLabel: in hashAttribute()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 233 if (!Instr->isLabel()) in handleLabel()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 354 case DIEValue::isLabel: in hashAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1046 bool isLabel() const { 1055 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 161 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1151 bool isLabel() const { 1160 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | XCOFFDumper.cpp | 208 if (AuxEntPtr->isLabel()) in printCsectAuxEnt32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 112 bool isLabel(AsmToken &Token) override; 921 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
|