/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 197 analyzeGlobal(const Value * V,GlobalStatus & GS) analyzeGlobal() argument [all...] |
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | NativeSymbolReuseTest.cpp | 66 auto GS = S->getGlobalScope(); in TEST() local 108 auto GS = S->getGlobalScope(); in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumGlobals.cpp | 28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); NativeEnumGlobals() local
|
H A D | GSIStreamBuilder.cpp | 483 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.h | 209 GS = 256, global() enumerator
|
/llvm-project/clang-tools-extra/pseudo/lib/grammar/ |
H A D | LRTable.cpp |
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | intercept.py | 45 GS = chr(0x1D) variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
|
H A D | CGStmt.cpp | 2928 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { EmitAsmStmt() local
|
H A D | CGObjCGNU.cpp | 3439 llvm::Constant *GS = MakeBitField() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
|
/llvm-project/llvm/unittests/Support/DynamicLibrary/ |
H A D | DynamicLibraryTest.cpp | 70 GetString GS = FuncPtr<GetString>(DL.getAddressOfSymbol("TestA")); in TEST() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 670 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { VerifyJumps() local 1006 CheckGotoStmt(GotoStmt * GS) CheckGotoStmt() argument [all...] |
/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | ear.c | 403 static int const GS = 0x1d; in bear_report_call() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1504 const auto &GS = DefinedGlobals.find(GV.getGUID()); thinLTOFinalizeInModule() local 1640 auto GS = DefinedGlobals.find(GV.getGUID()); thinLTOInternalizeModule() local [all...] |
H A D | GlobalOpt.cpp | 1451 processInternalGlobal(GlobalVariable * GV,const GlobalStatus & GS,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<DominatorTree & (Function &)> LookupDomTree) processInternalGlobal() argument 1631 GlobalStatus GS; processGlobal() local [all...] |
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 8187 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() local 3345 DictScope GS(W, "MIPS RegInfo"); printMipsReginfo() local 3394 DictScope GS(W, "MIPS Options"); printMipsOptions() local 3416 DictScope GS(W, Type); printMipsOptions() local 8158 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); printMipsGOT() local 8219 DictScope GS(W, "PLT GOT"); printMipsPLT() local 8273 DictScope GS(W, "MIPS ABI Flags"); printMipsABIFlags() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 245 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() argument 278 for (auto &GS : DefinedGlobals) { computeLTOCacheKey() local [all...] |
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 538 ProcSym GS(SymbolRecordKind::GlobalProcSym); in TEST_F() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 242 GeometryPSVInfo GS; member
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1665 VisitGotoStmt(const GotoStmt * GS) VisitGotoStmt() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); invalidateGlobalRegion() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 1147 } else if (const GotoStmt *GS = N.ASTNode.get<GotoStmt>()) { relatedControlFlow() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5641 GeneralShuffle GS(VT); tryBuildVectorShuffle() local 5888 GeneralShuffle GS(VT); lowerVECTOR_SHUFFLE() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3263 printGlobalVarSummary(const GlobalVarSummary * GS) printGlobalVarSummary() argument
|