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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } function in class:llvm::MCSymbolWasm
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } function in struct:llvm::irsymtab::Symbol
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h339 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp63 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } function in struct:__anon2257::FoldCandidate
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3202 bool FunctionDecl::isGlobal() const { function in class:FunctionDecl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2394 writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal) argument

Completed in 224 milliseconds