Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp153 bool IsDefined = false; in flushSymverDirectives() local
H A DWasmObjectFile.cpp718 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp252 bool IsDefined = false; in getSuperRegDestIfDead() local
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h302 bool IsDefined; member
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h115 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable() argument
145 uint64_t IsDefined : 1; variable
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp252 bool CompilerType::IsDefined() const { in IsDefined() function in CompilerType
/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp1361 clang::PPCallbacks::ConditionValueKind IsDefined = in Ifdef() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1672 bool IsDefined = false; global() member
1681 bool IsDefined = false; global() member
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6527 bool IsDefined = false; parseDirectiveErrorIfdef() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3442 bool TypeSystemClang::IsDefined(lldb::opaque_compiler_type_t type) { IsDefined() function in TypeSystemClang