Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h46 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h209 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h173 bool isGlobal() const { return binding == llvm::ELF::STB_GLOBAL; } in isGlobal() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h347 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp64 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1917 bool isGlobal) { in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2534 bool isGlobal) { in writeConstants()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3461 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl