HomeSort by relevance Sort by last modified time
    Searched refs:NameSize (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfiling.h 33 const uint32_t NameSize;
InstrProfilingPlatformOther.c 37 NamesLast = Data->Name + Data->NameSize;
53 UPDATE_LAST(NamesLast, Data->Name + Data->NameSize);
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 48 if (Name.size() <= COFF::NameSize) {
75 if (Name.size() <= COFF::NameSize) {
238 OS.write(i->Header.Name, COFF::NameSize);
278 OS.write(i->Header.Name, COFF::NameSize);
  /external/llvm/include/llvm/Support/
COFF.h 42 NameSize = 8,
125 char Name[NameSize];
220 char Name[NameSize];
  /external/llvm/lib/Object/
Archive.cpp 96 uint64_t NameSize;
97 if (Name.substr(3).rtrim(" ").getAsInteger(10, NameSize))
99 StartOfFile += NameSize;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 40 typedef SmallString<COFF::NameSize> name;
514 if (S.Name.size() > COFF::NameSize) {
540 if (S.Name.size() > COFF::NameSize) {
580 WriteBytes(StringRef(S.Data.Name, COFF::NameSize));
631 WriteBytes(StringRef(S.Name, COFF::NameSize));
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 146 const uint32_t NameSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 468 STDMETHOD(GetDumpFile)(THIS_ ULONG Index,PSTR Buffer,ULONG BufferSize,PULONG NameSize,PULONG64 Handle,PULONG Type) PURE;
469 STDMETHOD(GetDumpFileWide)(THIS_ ULONG Index,PWSTR Buffer,ULONG BufferSize,PULONG NameSize,PULONG64 Handle,PULONG Type) PURE;
    [all...]
sspi.h 801 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupAccountSid(PSID Sid,PULONG NameSize,PUNICODE_STRING NameBuffer,PULONG DomainSize,PUNICODE_STRING DomainBuffer,PSID_NAME_USE NameUse);
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 245 StringRef RawName(getName(Data->NamePtr), swap(Data->NameSize));
  /external/llvm/lib/IR/
Type.cpp 464 unsigned NameSize = Name.size();
467 TempStr.resize(NameSize + 1);

Completed in 431 milliseconds