Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp158 bool IsDefined = false; flushSymverDirectives() local
H A DWasmObjectFile.cpp721 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp252 bool IsDefined = false; in getSuperRegDestIfDead() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h302 bool IsDefined; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h115 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
145 uint64_t IsDefined : 1; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp252 bool CompilerType::IsDefined() const { in IsDefined() function in CompilerType
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1679 bool IsDefined = false; member
1688 bool IsDefined = false; member
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6527 bool IsDefined = false; in parseDirectiveErrorIfdef() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4233 bool IsDefined = CurFD->doesThisDeclarationHaveABody(); in emitMultiVersionFunctions() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3442 bool TypeSystemClang::IsDefined(lldb::opaque_compiler_type_t type) { in IsDefined() function in TypeSystemClang