Searched refs:Prefix (Results 76 - 100 of 141) sorted by path

123456

/external/llvm/include/llvm/IR/
H A DIntrinsics.h73 ID getIntrinsicForGCCBuiltin(const char *Prefix, const char *BuiltinName);
76 ID getIntrinsicForMSBuiltin(const char *Prefix, const char *BuiltinName);
/external/llvm/include/llvm/Option/
H A DOption.h119 const char *Prefix = *Info->Prefixes; local
120 return Prefix ? Prefix : StringRef();
/external/llvm/include/llvm/Support/
H A DCommandLine.h115 // Prefix - This option allows arguments that are otherwise unrecognized to be
130 Prefix = 0x02, // Can this option directly prefix its value? enumerator in enum:llvm::cl::FormattingFlags
H A DFileSystem.h563 /// is not know to the caller, Prefix and Suffix cannot have path separators.
568 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
573 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
576 std::error_code createUniqueDirectory(const Twine &Prefix,
/external/llvm/include/llvm/TableGen/
H A DRecord.h1340 unsigned Prefix;
1353 unsigned getPrefix() const { return Prefix; }
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3185 Constant *Prefix = nullptr;
3200 ParseGlobalTypeAndValue(Prefix)))
3300 Fn->setPrefixData(Prefix);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp70 void DwarfAccelTable::FinalizeTable(AsmPrinter *Asm, StringRef Prefix) { argument
97 Data[i]->Sym = Asm->GetTempSymbol(Prefix, i);
H A DDwarfStringPool.cpp20 StringRef Prefix, StringRef Str) {
25 Entry.first = Asm.GetTempSymbol(Prefix, Entry.second);
31 return getEntry(Asm, Pool, Prefix, Str).first;
35 return getEntry(Asm, Pool, Prefix, Str).second;
18 getEntry(AsmPrinter &Asm, StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> &Pool, StringRef Prefix, StringRef Str) argument
H A DDwarfStringPool.h30 StringRef Prefix; member in class:llvm::DwarfStringPool
34 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix) argument
35 : Pool(A), Prefix(Prefix), SectionSymbol(Asm.GetTempSymbol(Prefix)) {}
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp57 const char *Prefix = TM.getDataLayout()->getPrivateGlobalPrefix(); local
58 CachedMCSymbol = Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" +
H A DMachineFunction.cpp466 const char *Prefix = isLinkerPrivate ? DL->getLinkerPrivateGlobalPrefix() : local
470 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
H A DSpiller.cpp38 cl::Prefix,
H A DTargetLoweringObjectFileImpl.cpp67 StringRef Prefix = ".data."; local
68 NameData.insert(NameData.begin(), Prefix.begin(), Prefix.end());
260 StringRef Prefix = getSectionPrefixForGlobal(Kind); local
262 SmallString<128> Name(Prefix);
271 Group = Name.substr(Prefix.size());
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp881 std::string Prefix = std::string(Name.begin(), Name.end()-9); local
882 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
884 if (void *Ptr = getPointerToNamedFunction(Prefix, false))
/external/llvm/lib/IR/
H A DAsmWriter.cpp118 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { argument
120 switch (Prefix) {
1130 char Prefix = '%'; local
1136 Prefix = '@';
1153 Prefix = '@';
1164 Out << Prefix << Slot;
H A DDebugInfo.cpp867 StringRef Prefix("llvm.dbg.lv.");
868 Out.reserve(FName.size() + Prefix.size());
869 Out.append(Prefix.begin(), Prefix.end());
H A DMangler.cpp38 char Prefix = DL.getGlobalPrefix(); local
39 if (Prefix != '\0')
40 OS << Prefix; local
/external/llvm/lib/MC/
H A DMCDwarf.cpp1040 StringRef Prefix) {
1078 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
1039 EmitEncodingByte(MCStreamer &Streamer, unsigned Encoding, StringRef Prefix) argument
H A DMCStreamer.cpp194 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); local
196 Context.GetOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
/external/llvm/lib/Option/
H A DOptTable.cpp148 StringRef Prefix = I->getKey(); local
149 for (StringRef::const_iterator C = Prefix.begin(), CE = Prefix.end();
182 StringRef Prefix(*Pre);
183 if (Str.startswith(Prefix)) {
184 StringRef Rest = Str.substr(Prefix.size());
189 return Prefix.size() + StringRef(I->Name).size();
/external/llvm/lib/Support/
H A DAPInt.cpp196 /// @brief Prefix increment operator. Increments the APInt by one.
225 /// @brief Prefix decrement operator. Decrements the APInt by one.
2131 const char *Prefix = "";
2137 Prefix = "0b";
2140 Prefix = "0";
2145 Prefix = "0x";
2154 while (*Prefix) {
2155 Str.push_back(*Prefix);
2156 ++Prefix;
2181 while (*Prefix) {
[all...]
H A DCommandLine.cpp373 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
420 if (PGOpt->getFormattingFlag() == cl::Prefix) {
H A DPath.cpp744 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD,
747 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath,
751 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
754 return createTemporaryFile(Prefix, Suffix, ResultFD, ResultPath, FS_File);
757 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
760 return createTemporaryFile(Prefix, Suffix, Dummy, ResultPath, FS_Name);
766 std::error_code createUniqueDirectory(const Twine &Prefix,
769 return createUniqueEntity(Prefix + "-%%%%%%", Dummy, ResultPath,
H A DSpecialCaseList.cpp94 StringRef Prefix = SplitLine.first; local
107 if (Prefix == "global-init") {
108 Prefix = "global";
110 } else if (Prefix == "global-init-type") {
111 Prefix = "type";
113 } else if (Prefix == "global-init-src") {
114 Prefix = "src";
120 Entries[Prefix][Category].Strings.insert(Regexp);
140 if (!Regexps[Prefix][Category].empty())
141 Regexps[Prefix][Categor
[all...]
H A DStringRef.cpp60 /// Check if this string starts with the given \p Prefix, ignoring case.
61 bool StringRef::startswith_lower(StringRef Prefix) const {
62 return Length >= Prefix.Length &&
63 ascii_strncasecmp(Data, Prefix.Data, Prefix.Length) == 0;

Completed in 519 milliseconds

123456