Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineOperand.h248 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1368 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp2549 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl