HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 701 - 725 of 1983) sorted by null

<<21222324252627282930>>

  /external/clang/lib/CodeGen/
CoverageMappingGen.h 41 ArrayRef<SourceRange> getSkippedRanges() const { return SkippedRanges; }
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
  /external/clang/lib/Index/
IndexingContext.cpp 26 ArrayRef<SymbolRelation> Relations) {
34 ArrayRef<SymbolRelation> Relations,
47 ArrayRef<SymbolRelation> Relations,
233 ArrayRef<SymbolRelation> Relations,
  /external/clang/lib/Tooling/
Refactoring.cpp 30 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths,
  /external/clang/tools/driver/
cc1_main.cpp 67 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) {
  /external/clang/unittests/AST/
ASTVectorTest.cpp 73 ArrayRef<int> IntVec(Values);
  /external/llvm/include/llvm/ADT/
VariadicFunction.h 17 #include "llvm/ADT/ArrayRef.h"
69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) {
97 /// ArrayRef<const ArgT *> Args) { ... }
105 ResultT (*Func)(ArrayRef<const ArgT *>)>
152 ResultT (*Func)(Param0T, ArrayRef<const ArgT *>)>
199 ResultT (*Func)(Param0T, Param1T, ArrayRef<const ArgT *>)>
248 ResultT (*Func)(Param0T, Param1T, Param2T, ArrayRef<const ArgT *>)>
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeDumper.h 13 #include "llvm/ADT/ArrayRef.h"
47 Error dump(ArrayRef<uint8_t> Data);
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 64 void AddInitialGroup(ArrayRef<Instruction *> List) {
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 11 #include "llvm/ADT/ArrayRef.h"
32 llvm::ArrayRef<char> FileNameBytes(reinterpret_cast<char *>(FileName16.m_str),
  /external/llvm/lib/MC/
MCInstPrinter.cpp 19 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) {
  /external/llvm/lib/Support/
ScopedPrinter.cpp 24 ArrayRef<uint8_t> Data, bool Block) {
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 98 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  /external/llvm/tools/llvm-cov/
SourceCoverageViewHTML.h 29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
SourceCoverageViewText.h 29 Error createIndexFile(ArrayRef<StringRef> SourceFiles) override;
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 61 ArrayRef<SMLoc> Locs = R->getLoc();
  /external/spirv-llvm/lib/SPIRV/
SPIRV.h 109 ArrayRef<Type*> ArgTypes, std::string &MangledName);
  /external/spirv-llvm/lib/SPIRV/llvm/Support/
SPIRV.h 109 ArrayRef<Type*> ArgTypes, std::string &MangledName);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ValueTracking.h 18 #include "llvm/ADT/ArrayRef.h"
112 ArrayRef<unsigned> idx_range,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 258 void addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
262 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>);
674 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
731 ArrayRef<unsigned> Blocks) {
767 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
773 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
788 ArrayRef<unsigned> NewBundles = SpillPlacer->getRecentPositive();
793 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle);
794 for (ArrayRef<unsigned>::iterator I = Blocks.begin(), E = Blocks.end();
813 ArrayRef<unsigned> NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.h 18 #include "llvm/ADT/ArrayRef.h"
53 ArrayRef<MCDecodedInst> getInsts() const { return Insts; }
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
IRBindings.cpp 36 MDNode::get(*unwrap(C), ArrayRef<Metadata *>(unwrap(MDs), Count)));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
VariadicFunction.h 17 #include "llvm/ADT/ArrayRef.h"
69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) {
97 /// ArrayRef<const ArgT *> Args) { ... }
105 ResultT (*Func)(ArrayRef<const ArgT *>)>
152 ResultT (*Func)(Param0T, ArrayRef<const ArgT *>)>
199 ResultT (*Func)(Param0T, Param1T, ArrayRef<const ArgT *>)>
248 ResultT (*Func)(Param0T, Param1T, Param2T, ArrayRef<const ArgT *>)>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 24 #include "llvm/ADT/ArrayRef.h"
96 void initialize(ArrayRef<CallGraphNode *> NewNodes) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitstreamReader.h 18 #include "llvm/ADT/ArrayRef.h"
82 ArrayRef<uint8_t> BitcodeBytes;
104 explicit SimpleBitstreamCursor(ArrayRef<uint8_t> BitcodeBytes)
129 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; }
336 explicit BitstreamCursor(ArrayRef<uint8_t> BitcodeBytes)

Completed in 1452 milliseconds

<<21222324252627282930>>