Home
last modified time | relevance | path

Searched refs:isLocalToUnit (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h908 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
917 Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() &&
DAsmWriter.cpp2103 Printer.printBool("isLocal", N->isLocalToUnit()); in writeDIGlobalVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1738 bool isLocalToUnit() const { return getSPFlags() & SPFlagLocalToUnit; } in isLocalToUnit() function
2658 getFile(), getLine(), getType(), isLocalToUnit(),
2685 bool isLocalToUnit() const { return IsLocalToUnit; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp901 uint8_t Scope = SP->isLocalToUnit() ? BTF::FUNC_STATIC : BTF::FUNC_GLOBAL; in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp160 if (!GV->isLocalToUnit()) in getOrCreateGlobalVariableDIE()
DCodeViewDebug.cpp3084 ? (DIGV->isLocalToUnit() ? SymbolKind::S_LTHREAD32 in emitDebugInfoForGlobal()
3086 : (DIGV->isLocalToUnit() ? SymbolKind::S_LDATA32 in emitDebugInfoForGlobal()
DDwarfUnit.cpp1281 if (!SP->isLocalToUnit()) in applySubprogramAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1819 Record.push_back(N->isLocalToUnit()); in writeDIGlobalVariable()