Searched refs:Prefix (Results 176 - 200 of 208) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1263 StringRef Prefix = AliasName.substr(0, Pos); local
1270 cast<MCSymbolELF>(Asm.getContext().getOrCreateSymbol(Prefix + Tail));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1605 void Function::setSectionPrefix(StringRef Prefix) {
1608 MDB.createFunctionSectionPrefix(Prefix));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp300 writeUint8(OS, E.Prefix);
H A DWasmYAML.cpp345 IO.mapRequired("Prefix", FeatureEntry.Prefix);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp78 const std::string &Prefix, const clang::Preprocessor &PP,
76 createTextPathDiagnosticConsumer( AnalyzerOptions &AnalyzerOpts, PathDiagnosticConsumers &C, const std::string &Prefix, const clang::Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &CTU) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h57 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) Kind,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1897 for (const std::string &Prefix : Prefixes) {
1898 if (!D.getVFS().exists(Prefix))
1901 const std::string LibDir = Prefix + Suffix.str();
1913 const std::string LibDir = Prefix + Suffix.str();
H A DDarwin.cpp1899 llvm::StringRef Prefix = local
1901 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + dir);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2446 StringRef Prefix = "") {
2447 llvm::dbgs() << Prefix << "Line(" << Line.Level
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp725 Feature.Prefix = readUint8(Ctx);
726 switch (Feature.Prefix) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp169 cl::NotHidden, cl::Grouping, cl::Prefix,
277 cl::NotHidden, cl::Grouping, cl::Prefix,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp309 void mangle(const NamedDecl *D, StringRef Prefix = "?");
488 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { argument
496 Out << Prefix; local
H A DASTImporter.cpp8399 NestedNameSpecifier *Prefix = nullptr;
8400 if (Error Err = importInto(Prefix, FromNNS->getPrefix()))
8406 return NestedNameSpecifier::Create(ToContext, Prefix,
8411 return NestedNameSpecifier::Create(ToContext, Prefix,
8418 return NestedNameSpecifier::Create(ToContext, Prefix,
8439 return NestedNameSpecifier::Create(ToContext, Prefix, TSTemplate,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1496 auto Sym = [&](StringRef Prefix, StringRef SecSuffix) {
1499 llvm::GlobalValue::LinkOnceODRLinkage, ZeroInit, Prefix +
1503 Sym->setComdat(TheModule.getOrInsertComdat((Prefix +
H A DCGObjCMac.cpp6687 const char *Prefix = "_OBJC_$_CATEGORY_"; local
6689 llvm::SmallString<64> ExtCatName(Prefix);
6993 const char *Prefix = "_OBJC_$_INSTANCE_VARIABLES_"; local
6995 ivarList, Prefix + OID->getObjCRuntimeNameAsString(), CGM);
H A DMicrosoftCXXABI.cpp1287 ++Added.Prefix;
4013 Args, CD, Ctor_Complete, ExtraArgs.Prefix, ExtraArgs.Suffix);
H A DCGCall.cpp332 if (AddedArgs.Prefix)
333 paramInfos.insert(paramInfos.begin() + 1, AddedArgs.Prefix,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp133 std::string Prefix; member in class:__anon2754::IRBuilderPrefixedInserter
136 return Name.isTriviallyEmpty() ? Name : Prefix + Name;
140 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1220 static void ResolveImportedPath(std::string &Filename, StringRef Prefix);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h155 // Prefix - This option allows arguments that are otherwise unrecognized to be
162 // AlwaysPrefix - Only allow the behavior enabled by the Prefix flag and reject
169 Prefix = 0x02, // Can this option directly prefix its value? enumerator in enum:llvm::cl::FormattingFlags
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp120 Init *Prefix = BinOpInit::getStrConcat(CurMultiClass->Rec.getNameInit(), local
122 NewName = BinOpInit::getStrConcat(Prefix, NewName);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h767 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
768 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4334 llvm::StringRef Prefix, Suffix; local
4335 std::tie(Prefix, Suffix) = llvm::StringRef(Type).split(NamePlaceholder);
4336 Prefix = Prefix.rtrim();
4339 Completion.AddTextChunk(Completion.getAllocator().CopyString(Prefix));
H A DSemaExprCXX.cpp202 NestedNameSpecifier *Prefix = nullptr; local
205 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
207 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
H A DSemaLookup.cpp4177 if (NestedNameSpecifier *Prefix = NNS->getPrefix())
4178 getNestedNameSpecifierIdentifiers(Prefix, Identifiers);

Completed in 618 milliseconds

123456789