Home
last modified time | relevance | path

Searched defs:Prefix (Results 1 – 25 of 268) sorted by relevance

1234567891011

/llvm-project/bolt/include/bolt/Rewrite/
H A DExecutableFileMemoryManager.h55 void setNewSecPrefix(StringRef Prefix) { NewSecPrefix = Prefix; } in setNewSecPrefix()
56 void setOrgSecPrefix(StringRef Prefix) { OrgSecPrefix = Prefix; } in setOrgSecPrefix()
/llvm-project/llvm/lib/Support/
H A DWithColor.cpp91 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 DTarWriter.cpp51 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 DSpecialCaseList.cpp207 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 DTableGenBackend.cpp32 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 DMangler.cpp36 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 DMemoryModelRelaxationAnnotations.cpp102 return Tags.count({Prefix, Suffix}); in hasTag() argument
59 getTagMD(LLVMContext & Ctx,StringRef Prefix,StringRef Suffix) getTagMD() argument
H A DPassInstrumentation.cpp39 StringRef Prefix = PassID; isSpecialPass() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp17 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 DCVRecord.h73 const RecordPrefix *Prefix = in forEachCodeViewRecord() local
94 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
/llvm-project/polly/lib/Support/
H A DGICHelper.cpp153 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 DCodeCompletion.h28 std::string Prefix; member
/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp190 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 DInitPreprocessor.cpp114 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 DTextDiagnosticPrinter.h35 std::string Prefix; variable
/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp27 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 DUtility.cpp43 StringRef Prefix = getOffloadingEntryInitializer() local
72 StringRef Prefix = emitOffloadingEntry() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/
H A Dtwine-local.cpp30 Twine Prefix = false ? "__INT_FAST" : "__UINT_FAST"; in main() local
/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp
/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp101 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 DDwarfStringPool.h30 StringRef Prefix; variable
/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp59 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 DStringRef.h258 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 Dgtest-typed-test.h10 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, SuiteName, Types, ...) argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp139 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

1234567891011