Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbolWasm.h47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDIRSymtab.h209 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.h182 bool isGlobal() const { return binding == llvm::ELF::STB_GLOBAL; } in isGlobal() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOperand.h347 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFoldOperands.cpp64 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1916 bool isGlobal) { in writeConstants()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2625 bool isGlobal) { in writeConstants()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp3498 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl