/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | ExecutableFileMemoryManager.h | 55 void setNewSecPrefix(StringRef Prefix) { NewSecPrefix = Prefix; } in setNewSecPrefix() 56 void setOrgSecPrefix(StringRef Prefix) { OrgSecPrefix = Prefix; } in setOrgSecPrefix()
|
/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 91 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
H A D | TarWriter.cpp | 51 char Prefix[155]; member 127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() 157 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() 192 StringRef Prefix; in append() local
|
H A D | SpecialCaseList.cpp | 207 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 212 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 227 StringRef Prefix, StringRef Query, in inSectionBlame()
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 32 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument 47 StringRef Prefix("|* "); emitSourceFileHeader() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 36 getNameWithPrefixImpl(raw_ostream & OS,const Twine & GVName,ManglerPrefixTy PrefixTy,const DataLayout & DL,char Prefix) getNameWithPrefixImpl() argument 66 char Prefix = DL.getGlobalPrefix(); getNameWithPrefixImpl() local 78 char Prefix = DL.getGlobalPrefix(); getNameWithPrefix() local 145 char Prefix = DL.getGlobalPrefix(); getNameWithPrefix() local 300 StringRef Prefix = "$$h"; getArm64ECMangledFunctionName() local [all...] |
H A D | MemoryModelRelaxationAnnotations.cpp | 102 return Tags.count({Prefix, Suffix}); in hasTag() argument 59 getTagMD(LLVMContext & Ctx,StringRef Prefix,StringRef Suffix) getTagMD() argument
|
H A D | PassInstrumentation.cpp | 39 StringRef Prefix = PassID; isSpecialPass() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 17 RecordPrefix Prefix; member 70 RecordPrefix Prefix(getTypeLeafKind(RecordKind)); in begin() local 158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local 174 RecordPrefix Prefix(getTypeLeafKind(*Kind)); in end() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 73 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 94 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
|
/llvm-project/polly/lib/Support/ |
H A D | GICHelper.cpp | 153 std::string polly::getIslCompatibleName(const std::string &Prefix, in getIslCompatibleName() argument 161 std::string polly::getIslCompatibleName(const std::string &Prefix, in getIslCompatibleName() argument 178 std::string polly::getIslCompatibleName(const std::string &Prefix, in getIslCompatibleName() argument
|
/llvm-project/clang/include/clang/Interpreter/ |
H A D | CodeCompletion.h | 28 std::string Prefix; member
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderMap.cpp | 190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 219 std::optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local 244 std::optional<StringRef> Prefix = getString(B.Prefix); reverseLookupFilename() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 114 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() argument 184 DefineFmt(const LangOptions & LangOpts,const Twine & Prefix,TargetInfo::IntType Ty,const TargetInfo & TI,MacroBuilder & Builder) DefineFmt() argument 220 DefineTypeSizeAndWidth(const Twine & Prefix,TargetInfo::IntType Ty,const TargetInfo & TI,MacroBuilder & Builder) DefineTypeSizeAndWidth() argument 244 const char *Prefix = IsSigned ? "__INT" : "__UINT"; DefineExactWidthIntType() local 266 const char *Prefix = IsSigned ? "__INT" : "__UINT"; DefineExactWidthIntTypeSize() local 278 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; DefineLeastWidthIntType() local 298 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; DefineFastIntType() local 1340 __anonefcde9170302(const llvm::Twine &Prefix) InitializePredefinedMacros() argument [all...] |
/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnosticPrinter.h | 35 std::string Prefix; variable
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 27 static const char *makeArgString(const ArgList &Args, const char *Prefix, in makeArgString() argument 93 const char *Prefix, in addSanitizerArgs() argument 107 const char *Prefix, in addSanitizerArgs() argument 189 const char *Prefix = nullptr; ConstructJob() local
|
/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 43 StringRef Prefix = getOffloadingEntryInitializer() local 72 StringRef Prefix = emitOffloadingEntry() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/ |
H A D | twine-local.cpp | 30 Twine Prefix = false ? "__INT_FAST" : "__UINT_FAST"; in main() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp |
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() argument 148 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() argument 215 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() argument 348 doTest(std::vector<Attribute> & Prefix,std::vector<Attribute> & Kept) doTest() argument 454 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 566 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 665 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 750 doTest(std::vector<const Instruction * > & Prefix,std::vector<const Instruction * > & Kept) doTest() argument 824 doTest(std::vector<Instruction * > & Prefix,std::vector<Instruction * > & Kept) doTest() argument 893 doTest(std::vector<std::string> & Prefix,std::vector<std::string> & Kept) doTest() argument 958 doTest(std::vector<const MDNode * > & Prefix,std::vector<const MDNode * > & Kept) doTest() argument [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 30 StringRef Prefix; variable
|
/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 59 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,const IdentifierInfo * II) Create() argument 73 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,const NamespaceDecl * NS) Create() argument 89 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,const NamespaceAliasDecl * Alias) Create() argument 105 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,bool Template,const Type * T) Create() argument 415 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) getSourceRange() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 258 starts_with(StringRef Prefix) starts_with() argument 262 starts_with(char Prefix) starts_with() argument 628 consume_front(StringRef Prefix) consume_front() argument 638 consume_front_insensitive(StringRef Prefix) consume_front_insensitive() argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/ |
H A D | gtest-typed-test.h | 10 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, SuiteName, Types, ...) argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 139 createTextPathDiagnosticConsumer(PathDiagnosticConsumerOptions DiagOpts,PathDiagnosticConsumers & C,const std::string & Prefix,const Preprocessor & PP,const cross_tu::CrossTranslationUnitContext & CTU,const MacroExpansionContext & MacroExpansions) createTextPathDiagnosticConsumer() argument 149 createTextMinimalPathDiagnosticConsumer(PathDiagnosticConsumerOptions DiagOpts,PathDiagnosticConsumers & C,const std::string & Prefix,const Preprocessor & PP,const cross_tu::CrossTranslationUnitContext & CTU,const MacroExpansionContext & MacroExpansions) createTextMinimalPathDiagnosticConsumer() argument
|