Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h339 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp63 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2395 bool isGlobal) { in writeConstants()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3202 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl