Home
last modified time | relevance | path

Searched defs:IsDefined (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDRecordStreamer.cpp153 bool IsDefined = false; in flushSymverDirectives() local
HDWasmObjectFile.cpp721 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupBWInsts.cpp252 bool IsDefined = false; in getSuperRegDestIfDead() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.h302 bool IsDefined; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h115 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
145 uint64_t IsDefined : 1; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp252 bool CompilerType::IsDefined() const { in IsDefined() function in CompilerType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1679 bool IsDefined = false; member
1688 bool IsDefined = false; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp4233 bool IsDefined = CurFD->doesThisDeclarationHaveABody(); in emitMultiVersionFunctions() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp6527 bool IsDefined = false; in parseDirectiveErrorIfdef() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp3442 bool TypeSystemClang::IsDefined(lldb::opaque_compiler_type_t type) { in IsDefined() function in TypeSystemClang