Searched
refs:ArrayRef (Results
601 -
625 of
765) sorted by null
<<21222324252627282930>>
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 405 ArrayRef<SourceRange> getRanges() const { return ranges; }
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 227 ArrayRef<TemplateArgument> TAList,
|
CGDeclCXX.cpp | 505 ArrayRef<llvm::Function *> Decls,
|
CGStmt.cpp | 614 ArrayRef<const Attr *> WhileAttrs) { 699 ArrayRef<const Attr *> DoAttrs) { 758 ArrayRef<const Attr *> ForAttrs) { 854 ArrayRef<const Attr *> ForAttrs) { [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 24 #include "llvm/ADT/ArrayRef.h" 90 void Driver::ParseDriverMode(ArrayRef<const char *> Args) { 117 InputArgList Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) { 397 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { [all...] |
ToolChain.cpp | 583 ArrayRef<StringRef> Paths) {
|
/external/clang/lib/Tooling/ |
Tooling.cpp | 309 ArrayRef<std::string> SourcePaths,
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 19 #include "llvm/ADT/ArrayRef.h" [all...] |
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 876 ArrayRef<std::string> getFileNames() { return FileNames; }
|
/external/llvm/lib/Analysis/ |
VectorUtils.cpp | 443 llvm::computeMinimumValueSizes(ArrayRef<BasicBlock *> Blocks, DemandedBits &DB,
|
/external/llvm/lib/AsmParser/ |
LLParser.h | 498 bool sortUseListOrder(Value *V, ArrayRef<unsigned> Indexes, SMLoc Loc);
|
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 382 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(RC);
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 12 #include "llvm/ADT/ArrayRef.h" 273 ArrayRef<uint8_t> GuidBytes(reinterpret_cast<const uint8_t*>(&Id), 16);
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.cpp | 479 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) {
|
/external/llvm/lib/IR/ |
DataLayout.cpp | 727 ArrayRef<Value *> Indices) const {
|
/external/llvm/lib/Option/ |
ArgList.cpp | 263 ArrayRef<OptSpecifier> Ids) const {
|
/external/llvm/lib/ProfileData/ |
CoverageMapping.cpp | 321 std::vector<CoverageSegment> buildSegments(ArrayRef<CountedRegion> Regions) {
|
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 58 ArrayRef<uint8_t> Bytes, uint64_t Address, 806 /// Read two bytes from the ArrayRef and return 16 bit halfword sorted 808 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, 826 /// Read four bytes from the ArrayRef and return 32 bit word sorted 828 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 232 ArrayRef<MachineOperand> Cond,
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 20 #include "llvm/ADT/ArrayRef.h" 637 ArrayRef<OperandSpecifier> operands;
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineInternal.h | 392 Value *EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask);
|
/external/llvm/lib/Transforms/Instrumentation/ |
PGOInstrumentation.cpp | 391 static uint64_t sumEdgeCount(const ArrayRef<PGOUseEdge *> Edges) {
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 24 #include "llvm/ADT/ArrayRef.h" 165 static std::error_code checkOffset(MemoryBufferRef M, ArrayRef<T> AR) {
|
/external/llvm/tools/sancov/ |
sancov.cc | 301 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()),
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 248 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes();
|
Completed in 892 milliseconds
<<21222324252627282930>>