repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/ArchSpec.h | //===-- ArchSpec.h ----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Breakpoint/BreakpointID.h | //===-- BreakpointID.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionVariable.h | //===-- SwiftExpressionVariable.h -------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Utils.h | #ifndef Utils_h
#define Utils_h
#include "llvm/Support/Error.h"
#include <set>
#include <string>
#include <vector>
#include <sstream>
namespace swift {
namespace obfuscation {
/// A factory function for creating the llvm::Error object.
///
/// The returned object has the llvm::StringError type.
/// Its message is s... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h | //===-- MachVMMemory.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/UUID.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Core/UUID.h<gh_stars>100-1000
//===-- UUID.h --------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICE... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/lib/Format/Comments.h | //===--- Comments.cpp - Comment manipulation -----------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.h | <gh_stars>100-1000
//===-- ASTDumper.h ---------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h | <filename>SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
//===-- DWARFDebugPubnamesSet.h ---------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// Lice... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.h | <filename>SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.h
#ifndef ONE_H
#define ONE_H
void one();
#endif
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h | <filename>SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
//===-- PlatformMacOSX.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/llvm/include/llvm/DebugInfo/CodeView/TypeDatabase.h | //===- TypeDatabase.h - A collection of CodeView type records ---*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/cmark/src/utf8.c | #include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include "cmark_ctype.h"
#include "utf8.h"
static const int8_t utf8proc_utf8class[256] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1,... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Driver/aarch64-cpus.c | <reponame>Polidea/SiriusObfuscator
// Check target CPUs are correctly passed.
// RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
// RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
// RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/cmark/src/inlines.c | <reponame>Polidea/SiriusObfuscator<gh_stars>100-1000
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "cmark_ctype.h"
#include "config.h"
#include "node.h"
#include "parser.h"
#include "references.h"
#include "cmark.h"
#include "houdini.h"
#include "utf8.h"
#include "scanners.h"
#include "inlines.h"... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Analysis/valist-uninitialized-no-undef.c | // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -analyze -analyzer-checker=core,valist.Uninitialized,valist.CopyToSelf -analyzer-output=text -analyzer-store=region -verify %s
#include "Inputs/system-header-simulator-for-valist.h"
// This is called in call_inlined_uses_arg(),
// and the warning is generated during the ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h | //===-- ProcessLauncherPosix.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Random.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Random.h<gh_stars>100-1000
#ifndef Random_h
#define Random_h
#include "swift/Obfuscation/Utils.h"
#include <cassert>
#include <vector>
#include <string>
#include <random>
namespace swift {
namespace obfuscation {
/... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/common/TCPSocket.h | //===-- TCPSocket.h ---------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h | //===-- PlatformAppleSimulator.h --------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/LockFileBase.h | //===-- LockFileBase.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h | //===-- PDBASTParser.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Processor.h | <reponame>Polidea/SiriusObfuscator
#ifndef Processor_h
#define Processor_h
#include "swift/Obfuscation/DataStructures.h"
#include "swift/Obfuscation/Extractor.h"
namespace swift {
namespace obfuscation {
class Processor {
public:
virtual ~Processor() = 0;
virtual DeclsWithRangesOrErrors declarationFrom(Expr *... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Target/Process.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Target/Process.h<gh_stars>100-1000
//===-- Process.h -----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
//===-- OptionGroupWatchpoint.h ---------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. Se... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Symbol/Symbol.h | //===-- Symbol.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/tools/driver/Driver.h | //===-- Driver.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/llbuild/include/llbuild/BuildSystem/BuildKey.h | <gh_stars>100-1000
//===- BuildKey.h -----------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/CommandObject.h | <reponame>Polidea/SiriusObfuscator
//===-- CommandObject.h -----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Target/StructuredDataPlugin.h | //===-- StructuredDataPlugin.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/cmark/src/utf8.h | #ifndef CMARK_UTF8_H
#define CMARK_UTF8_H
#include <stdint.h>
#include "buffer.h"
#ifdef __cplusplus
extern "C" {
#endif
void cmark_utf8proc_case_fold(cmark_strbuf *dest, const uint8_t *str, bufsize_t len);
void cmark_utf8proc_encode_char(int32_t uc, cmark_strbuf *buf);
int cmark_utf8proc_iterate(const uint8_t *str,... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h | <filename>SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h<gh_stars>100-1000
//===-- ClangExpressionVariable.h -------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Il... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h | //===-- DWARFDefines.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Process/Linux/SingleStepCheck.h | //===-- SingleStepCheck.h ------------------------------------- -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/tools/lldb-mi/MICmnResources.h | <reponame>Polidea/SiriusObfuscator
//===-- MICmnResources.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/CodeGen/builtins-ppc-error.c | // REQUIRES: powerpc-registered-target
// RUN: %clang_cc1 -faltivec -target-feature +power9-vector \
// RUN: -triple powerpc64-unknown-unknown -fsyntax-only \
// RUN: -Wall -Werror -verify %s
// RUN: %clang_cc1 -faltivec -target-feature +power9-vector \
// RUN: -triple powerpc64le-unknown-unknown -fsyntax-only ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stddef.h | // stddef.h
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/Linux/PlatformLinux.h | <reponame>Polidea/SiriusObfuscator
//===-- PlatformLinux.h -----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Process/Linux/ProcFileReader.h | <gh_stars>100-1000
//===-- ProcFileReader.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/crashinfo.c | /******************************************************************************
The LLVM Compiler Infrastructure
This file is distributed under the University of Illinois Open Source
License. See LICENSE.TXT for details.
************************************************************************... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Coverage/ast-printing.c | <reponame>Polidea/SiriusObfuscator
// RUN: %clang_cc1 -fsyntax-only %s
// RUN: %clang_cc1 -ast-print %s -o %t.1.c
// RUN: %clang_cc1 -ast-print %t.1.c -o %t.2.c
// RUN: diff %t.1.c %t.2.c
// RUN: %clang_cc1 -ast-dump %s
// RUN: %clang_cc1 -print-decl-contexts %s
#include "c-language-features.inc"
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/functionalities/swift-runtime-reporting/abi-v2/library.h | // library.h
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBU... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Sema/attr-noescape.c | // RUN: %clang_cc1 %s -fblocks -verify -fsyntax-only
#if !__has_attribute(noescape)
# error "missing noescape attribute"
#endif
int *global_var __attribute((noescape)); // expected-warning{{'noescape' attribute only applies to parameters}}
void foo(__attribute__((noescape)) int *int_ptr,
__attribute__((noe... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/cmark/src/latex.c | <gh_stars>100-1000
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include "config.h"
#include "cmark.h"
#include "node.h"
#include "buffer.h"
#include "utf8.h"
#include "scanners.h"
#include "render.h"
#define safe_strlen(s) cmark_strbuf_safe_strlen(s)
#define OUT(s... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/APINotes/yaml-parse-diags.c | // RUN: rm -rf %t
// RUN: %clang_cc1 -fsyntax-only -fapinotes -fapinotes-cache-path=%t %s -I %S/Inputs/BrokenHeaders -verify
#include "SomeBrokenLib.h"
// expected-error@AP<EMAIL>:4{{unknown key 'Nu llabilityOfRet'}}
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h | //===-- DWARFASTParserOCaml.h -----------------------------------*- C++ -*-===//
#ifndef SymbolFileDWARF_DWARFASTParserOCaml_h_
#define SymbolFileDWARF_DWARFASTParserOCaml_h_
#include "DWARFASTParser.h"
#include "DWARFCompileUnit.h"
#include "DWARFDIE.h"
#include "DWARFDebugInfo.h"
#include "DWARFDefines.h"
#include ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Includer.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Includer.h<gh_stars>100-1000
#ifndef Includer_h
#define Includer_h
#include "swift/Obfuscation/DataStructures.h"
#include "swift/Obfuscation/Extractor.h"
#include <vector>
namespace swift {
namespace obfuscation {
... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/include/clang/Index/IndexDataStore.h | //===--- IndexDataStore.h - Index data store info -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/windows/LockFileWindows.h | //===-- LockFileWindows.h ---------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/include/clang/APINotes/APINotesYAMLCompiler.h | //=== APINotesYAMLCompiler.h - API Notes YAML to binary compiler *- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/StreamCallback.h | //===-- StreamCallback.h -----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/linux/Uio.h | //===-- Uio.h ---------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Symbol/UnwindTable.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Symbol/UnwindTable.h
//===-- Symtab.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT f... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Target/DynamicLoader.h | //===-- DynamicLoader.h -----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/SymbolsWalkerAndCollector.h | #ifndef SourceFileWalker_h
#define SourceFileWalker_h
#include "swift/Frontend/Frontend.h"
#include "swift/Obfuscation/DataStructures.h"
#include "swift/Obfuscation/Collector.h"
#include "swift/Obfuscation/Excluder.h"
#include "swift/Obfuscation/GlobalCollectedSymbolsUpdater.h"
#include "swift/Obfuscation/Processor.h"... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/AddressResolverFileLine.h | <gh_stars>100-1000
//===-- AddressResolverFileLine.h -------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/common/NativeBreakpointList.h | //===-- NativeBreakpointList.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/lang/swift/repl_in_c/main.c | <gh_stars>100-1000
// main.c
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://sw... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/Extractor.h | #ifndef Extractor_h
#define Extractor_h
#include "swift/Frontend/Frontend.h"
#include "swift/Obfuscation/DataStructures.h"
#include <string>
#include <vector>
namespace swift {
namespace obfuscation {
using ModuleNameAndParts = std::pair<std::string, std::vector<std::string>>;
using ClassDeclarationsWithModules =
... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/common/NativeProcessProtocol.h | <reponame>Polidea/SiriusObfuscator
//===-- NativeProcessProtocol.h ---------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Symbol/Symtab.h | <reponame>Polidea/SiriusObfuscator
//===-- Symtab.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/CxaDemangle.h | <gh_stars>100-1000
//===-- CxaDemangle.h -------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Driver/fuchsia.c | <filename>SymbolExtractorAndRenamer/clang/test/Driver/fuchsia.c
// RUN: %clang %s -### -no-canonical-prefixes --target=x86_64-unknown-fuchsia \
// RUN: --sysroot=%S/platform -fuse-ld=ld 2>&1 | FileCheck %s
// CHECK: {{.*}}clang{{.*}}" "-cc1"
// CHECK: "-fuse-init-array"
// CHECK: "-isysroot" "[[SYSROOT:[^"]+]]"
// ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/CommandHistory.h | //===-- CommandHistory.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/GlobalCollectedSymbolsUpdater.h | #ifndef Updater_h
#define Updater_h
#include "swift/Obfuscation/DataStructures.h"
#include "swift/Obfuscation/Extractor.h"
namespace swift {
namespace obfuscation {
enum GlobalCollectedSymbolsUpdaterKind {
ProtocolFunction,
ExcludedSymbols,
ExtensionSymbols
};
class GlobalCollectedSymbolsUpdater {
protected:... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h | //===-- EmulateInstructionMIPS.h ------------------------------------*- C++
//-*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Expression/ExpressionParser.h | //===-- ExpressionParser.h --------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Target/QueueList.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Target/QueueList.h
//===-- QueueList.h --------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Commands/CommandObjectArgs.h | <gh_stars>100-1000
//===-- CommandObjectArgs.h -------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
//===-- ClangUtilityFunction.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the Uni... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/tools/lldb-mi/MICmdCmdData.h | <filename>SymbolExtractorAndRenamer/lldb/tools/lldb-mi/MICmdCmdData.h<gh_stars>100-1000
//===-- MICmdCmdData.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h | <gh_stars>100-1000
//===-- PlatformNetBSD.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Sema/diagnose_if.c | // RUN: %clang_cc1 %s -verify -fno-builtin
#define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__)))
void failure() _diagnose_if(); // expected-error{{exactly 3 arguments}}
void failure() _diagnose_if(0); // expected-error{{exactly 3 arguments}}
void failure() _diagnose_if(0, ""); // expected-error{{exactly... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Platform/Android/AdbClient.h | <reponame>Polidea/SiriusObfuscator
//===-- AdbClient.h ---------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/SocketAddress.h | <gh_stars>100-1000
//===-- SocketAddress.h -----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.h | #ifndef TWO_H
#define TWO_H
void two();
#endif
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/PipeBase.h | //===-- PipeBase.h -----------------------------------------------*- C++
//-*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/include/clang/Index/IndexingAction.h | <filename>SymbolExtractorAndRenamer/clang/include/clang/Index/IndexingAction.h<gh_stars>100-1000
//===--- IndexingAction.h - Frontend index action -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// Lice... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h<gh_stars>100-1000
//===-- DynamicLoaderStatic.h -----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distribute... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | <gh_stars>100-1000
//===-- AMDGPUTargetStreamer.h - AMDGPU Target Streamer --------*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/FileIO.h | #ifndef FileIO_h
#define FileIO_h
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"
#include <string>
namespace swift {
namespace obfuscation {
struct MemoryBufferProvider {
virtual ~MemoryBufferProvider() = default;
/// Provides memory buffer for given path.
///
/// In case of faili... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Language/Swift/SwiftOptional.h | <filename>SymbolExtractorAndRenamer/lldb/source/Plugins/Language/Swift/SwiftOptional.h
//===-- SwiftOptional.h -----------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/APINotes/yaml-reader-test.c | # RUN: %clang -cc1apinotes -dump %s | FileCheck %s
---
Name: UIKit
Availability: iOS
AvailabilityMsg: iOSOnly
Classes:
- Name: UIFont
Availability: iOS
AvailabilityMsg: iOSOnly
Methods:
- Selector: 'fontWithName:size:'
MethodKind: Instance
Null... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/HostNativeThreadForward.h | <filename>SymbolExtractorAndRenamer/lldb/include/lldb/Host/HostNativeThreadForward.h
//===-- HostNativeThreadForward.h -------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LIC... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/packages/Python/lldbsuite/test/lang/swift/unit-tests/xctest.c | <reponame>Polidea/SiriusObfuscator
//===-- XCTest.c ------------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exce... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Index/Store/print-unit.c | <reponame>Polidea/SiriusObfuscator
// XFAIL: linux
#include "print-unit.h"
#include "syshead.h"
void foo(int i);
// RUN: rm -rf %t
// RUN: %clang_cc1 -I %S/Inputs -isystem %S/Inputs/sys -index-store-path %t/idx %s -triple x86_64-apple-macosx10.8
// RUN: c-index-test core -print-unit %t/idx | FileCheck %s
// RUN: %cl... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h | <reponame>Polidea/SiriusObfuscator<gh_stars>100-1000
//===-- TargetThreadWindows.h -----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/Endian.h | <gh_stars>100-1000
//===-- Endian.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Sema/attr-availability-swift.c | // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fsyntax-only -fblocks -verify %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fsyntax-only -ast-dump %s | FileCheck %s
//
#if !__has_feature(attribute_availability_with_message)
# error "Missing __has_feature"
#endif
#if __has_feature(attribute_availability_swift)
... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Index/Store/print-units-with-pch.c | // RUN: rm -rf %t.idx
// RUN: %clang -arch x86_64 -mmacosx-version-min=10.7 -x c-header %S/Inputs/head.h -o %t.h.pch -index-store-path %t.idx
// RUN: %clang -arch x86_64 -mmacosx-version-min=10.7 -c %s -o %t.o -index-store-path %t.idx -include %t.h -Werror
// RUN: c-index-test core -print-unit %t.idx | FileCheck %s
//... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/swift/include/swift/Obfuscation/SymbolExtracting.h | <reponame>Polidea/SiriusObfuscator
#ifndef SymbolExtracting_h
#define SymbolExtracting_h
#include "swift/Obfuscation/DataStructures.h"
#include "llvm/Support/Error.h"
#include <string>
namespace swift {
namespace obfuscation {
/// Performs the symbol extraction from the Swift source code files included
/// in the ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/ExpressionParser/Swift/SwiftREPL.h | <gh_stars>100-1000
//===-- SwiftREPL.h ---------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See ... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/OptionValueString.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/lldb/include/lldb/Interpreter/OptionValueString.h<gh_stars>100-1000
//===-- OptionValueString.h -------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the U... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | <gh_stars>100-1000
//===-- LogChannelDWARF.h ---------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h | <filename>SymbolExtractorAndRenamer/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
//===-- NativeRegisterContextLinux.h ----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// Li... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/Config.h | <gh_stars>100-1000
//===-- Config.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Host/linux/ProcessLauncherLinux.h | <reponame>Polidea/SiriusObfuscator
//===-- ProcessLauncherAndroid.h --------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/clang/test/Modules/Inputs/system-out-of-date/Z.h | <filename>SymbolExtractorAndRenamer/clang/test/Modules/Inputs/system-out-of-date/Z.h
#import <Y.h>
|
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/lldb/include/lldb/Core/UserSettingsController.h | //====-- UserSettingsController.h --------------------------------*- C++-*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
Polidea/SiriusObfuscator | SymbolExtractorAndRenamer/llvm/lib/Target/AArch64/AArch64InstructionSelector.h | <reponame>Polidea/SiriusObfuscator<filename>SymbolExtractorAndRenamer/llvm/lib/Target/AArch64/AArch64InstructionSelector.h
//===- AArch64InstructionSelector --------------------------------*- C++ -*-==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Il... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.