Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h245 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp973 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp2512 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl