HomeSort by: relevance | last modified time | path
    Searched defs:IsDefined (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.cpp 158 bool IsDefined = false;
179 IsDefined = true;
188 if (Attr == MCSA_Invalid || !IsDefined) {
206 IsDefined = IsDefined || !GV->isDeclarationForLinker();
217 const char *Separator = IsDefined ? "@@" : "@";
225 if (IsDefined)
WasmObjectFile.cpp 46 } else if (isDefined()) {
536 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0;
542 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
545 if (IsDefined) {
570 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
573 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
577 if (IsDefined) {
602 IsDefined != isDefinedTableNumber(Info.ElementIndex))
605 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
609 if (IsDefined) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 178 // with an inverted IsDefined value.
193 bool IsDefined;
370 // controls on the stack have their IsDefined member set to true.
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 1300 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
6247 bool IsDefined = false;
6250 IsDefined = (getTargetParser().tryParseRegister(RegNo, StartLoc, EndLoc) ==
6252 if (!IsDefined) {
6258 IsDefined = true;
6261 IsDefined = (Sym && !Sym->isUndefined(false));
6273 if (IsDefined == ExpectDefined)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1500 bool IsDefined = false;
6166 Op.IsDefined = true;
6176 Stream.IsDefined = true;
6201 if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) {
6202 if (Op.IsDefined) {
6213 if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) {

Completed in 38 milliseconds