Searched refs:IsDefined (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp157 bool IsDefined = false; local
178 IsDefined = true;
187 if (Attr == MCSA_Invalid || !IsDefined) {
205 IsDefined = IsDefined || !GV->isDeclarationForLinker();
216 const char *Separator = IsDefined ? "@@" : "@";
224 if (IsDefined)
H A DWasmObjectFile.cpp493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; local
499 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
502 if (IsDefined) {
524 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
527 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
531 if (IsDefined) {
552 if (IsDefined) {
582 IsDefined != isDefinedEventIndex(Info.ElementIndex))
585 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
589 if (IsDefined) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp259 bool IsDefined = false;
267 IsDefined = true;
278 if (!IsDefined)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h172 // with an inverted IsDefined value.
187 bool IsDefined; member in struct:llvm::TGLexer::PreprocessorControlDesc
364 // controls on the stack have their IsDefined member set to true.
H A DTGLexer.cpp736 {Kind, !IfdefEntry.IsDefined, SMLoc::getFromPointer(TokStart)});
1002 if (!I->IsDefined)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h105 Addressable(JITTargetAddress Address, bool IsDefined) argument
106 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {}
109 : Address(Address), IsDefined(false), IsAbsolute(true) {
110 assert(!(IsDefined && IsAbsolute) &&
125 bool isDefined() const { return static_cast<bool>(IsDefined); }
130 uint64_t IsDefined : 1;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h92 bool IsDefined() const;
H A DTypeSystem.h145 virtual bool IsDefined(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h494 bool IsDefined(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp195 bool CompilerType::IsDefined() const { function in class:CompilerType
197 return m_type_system->IsDefined(m_type);
H A DType.cpp602 if (!m_compiler_type.IsDefined()) {
H A DClangASTContext.cpp3174 bool ClangASTContext::IsDefined(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1294 bool IsDefined = false; member in struct:__anon2091::AMDGPUAsmParser::OperandInfoTy
5089 Op.IsDefined = true;
5098 Stream.IsDefined = true;
5122 } else if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) {
5123 Error(S, Op.IsDefined ?
5130 } else if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h449 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; }
450 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; }
H A DDeclBase.h1600 uint64_t IsDefined : 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp202 // inside type_sp and only looks at IsDefined(), so it never calls
206 if (pcm_type.IsDefined())

Completed in 187 milliseconds