Searched defs:Code (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp55 StringRef Code = Matches[0]->second; local
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h21 uint32_t Code; member in class:llvm::DWARFAbbreviationDeclaration
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h79 UINT32 Code; member in struct:acpi_signal_fatal_info
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h31 dw_uleb128_t Code() const { return m_code; } function in class:DWARFAbbreviationDeclaration
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) argument
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp139 unsigned Code = ReadVBR(6); local
198 unsigned Code = ReadVBR(6); local
214 unsigned Code = (unsigned)Vals.pop_back_val(); local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp211 op_write_native_code(const char* Name, uint64_t Addr, void const* Code, const unsigned int Size) argument
224 op_write_debug_line_info( void const* Code, size_t NumEntries, struct debug_line_info const* Info) argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp108 unsigned Code = MI->getOperand(OpNo).getImm(); local
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DErrorOr.h289 operator ==(ErrorOr<T> &Err, E Code) { argument
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp385 SmallString<256> Code; local
H A DMCPureStreamer.cpp200 SmallString<256> Code; local
213 SmallString<256> Code; local
H A DWinCOFFStreamer.cpp84 SmallString<256> Code; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDwarf.cpp612 const char *llvm::dwarf::InlineCodeString(unsigned Code) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp174 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces) { argument
H A DTooling.cpp105 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, argument
122 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, argument
402 ASTUnit *buildASTFromCode(const Twine &Code, const Twine &FileName) { argument
406 ASTUnit *buildASTFromCodeWithArgs(const Twine &Code, argument
/freebsd-10-stable/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp419 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); local
524 unsigned Code = Stream.ReadCode(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp34 static StringRef getUnwindCodeTypeName(uint8_t Code) { argument
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h68 UInt32 Code; member in struct:__anon19
H A Darchive_ppmd7_private.h77 UInt32 Code; member in struct:__anon15
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp159 Code = 1 << 1, enumerator in enum:__anon2404
688 bool Code = false; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp222 StringRef Code; member in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
375 parseExpression(StringRef Code, VariantValue *Value, Diagnostics *Error) argument
381 parseExpression(StringRef Code, Sema *S, VariantValue *Value, Diagnostics *Error) argument
394 parseMatcherExpression(StringRef Code, Diagnostics *Error) argument
400 parseMatcherExpression(StringRef Code, Parser::Sema *S, Diagnostics *Error) argument
[all...]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp700 const std::string &Code = Entry.second; local
713 OS << Code << "\n }\n"; local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp830 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, argument
[all...]

Completed in 148 milliseconds

123