Searched refs:IsDefined (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 158 bool IsDefined = false; in flushSymverDirectives() local 179 IsDefined = true; in flushSymverDirectives() 188 if (Attr == MCSA_Invalid || !IsDefined) { in flushSymverDirectives() 206 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives() 217 const char *Separator = IsDefined ? "@@" : "@"; in flushSymverDirectives() 225 if (IsDefined) in flushSymverDirectives()
|
| H A D | WasmObjectFile.cpp | 536 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local 542 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 545 if (IsDefined) { in parseLinkingSectionSymtab() 570 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 573 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) == in parseLinkingSectionSymtab() 577 if (IsDefined) { in parseLinkingSectionSymtab() 602 IsDefined != isDefinedTableNumber(Info.ElementIndex)) in parseLinkingSectionSymtab() 605 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) == in parseLinkingSectionSymtab() 609 if (IsDefined) { in parseLinkingSectionSymtab() 633 if (IsDefined) { in parseLinkingSectionSymtab() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 258 bool IsDefined = false; in getSuperRegDestIfDead() local 266 IsDefined = true; in getSuperRegDestIfDead() 277 if (!IsDefined) in getSuperRegDestIfDead()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 106 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() argument 107 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable() 110 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable() 111 assert(!(IsDefined && IsAbsolute) && in Addressable() 126 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() 131 assert(!IsDefined && "Cannot change the Absolute flag on a defined block"); in setAbsolute() 136 uint64_t IsDefined : 1; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 193 bool IsDefined; member
|
| H A D | TGLexer.cpp | 757 {Kind, !IfdefEntry.IsDefined, SMLoc::getFromPointer(TokStart)}); in lexPreprocessor() 1023 if (!I->IsDefined) in prepIsProcessingEnabled()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 6247 bool IsDefined = false; in parseDirectiveErrorIfdef() local 6250 IsDefined = (getTargetParser().tryParseRegister(RegNo, StartLoc, EndLoc) == in parseDirectiveErrorIfdef() 6252 if (!IsDefined) { in parseDirectiveErrorIfdef() 6258 IsDefined = true; in parseDirectiveErrorIfdef() 6261 IsDefined = (Sym && !Sym->isUndefined(false)); in parseDirectiveErrorIfdef() 6273 if (IsDefined == ExpectDefined) in parseDirectiveErrorIfdef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 457 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() 458 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined()
|
| H A D | DeclBase.h | 1675 uint64_t IsDefined : 1;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1500 bool IsDefined = false; member 6166 Op.IsDefined = true; in parseSendMsgBody() 6176 Stream.IsDefined = true; in parseSendMsgBody() 6201 if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) { in validateSendMsg() 6202 if (Op.IsDefined) { in validateSendMsg() 6213 if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) { in validateSendMsg()
|