Searched defs:isGlobal (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } function in class:llvm::MCSymbolWasm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } function in struct:__anon2113::FoldCandidate
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2268 writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3089 bool FunctionDecl::isGlobal() const { function in class:FunctionDecl

Completed in 124 milliseconds