Home
last modified time | relevance | path

Searched refs:bytes_begin (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp127 switch (TII->lookupName((const char *)Name.bytes_begin(), Name.size())) { in isIntrinsicSourceOfDivergence()
/external/llvm/include/llvm/ADT/
DStringRef.h98 const unsigned char *bytes_begin() const { in bytes_begin() function
/external/llvm/include/llvm/IR/
DMetadata.h537 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1474 FaultMapParser FMP(FaultMapContents.bytes_begin(), in printFaultMaps()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1337 Record.append(MDS->bytes_begin(), MDS->bytes_end()); in WriteModuleMetadata()
1348 Record.append(Str.bytes_begin(), Str.bytes_end()); in WriteModuleMetadata()