HomeSort by relevance Sort by last modified time
    Searched refs:NameSize (Results 1 - 15 of 15) 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/lib/MC/
StringTableBuilder.cpp 54 assert(s.size() > COFF::NameSize && "Short string in COFF string table!");
WinCOFFObjectWriter.cpp 42 typedef SmallString<COFF::NameSize> name;
470 if (S.Name.size() > COFF::NameSize) {
492 if (S.Name.size() > COFF::NameSize)
554 WriteBytes(StringRef(S.Data.Name, COFF::NameSize));
618 WriteBytes(StringRef(S.Name, COFF::NameSize));
879 if (S->Name.size() > COFF::NameSize)
882 if (S->should_keep() && S->Name.size() > COFF::NameSize)
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 48 NameSize = 8,
150 char Name[NameSize];
245 char Name[NameSize];
  /external/llvm/lib/Object/
Archive.cpp 101 uint64_t NameSize;
102 if (Name.substr(3).rtrim(" ").getAsInteger(10, NameSize))
104 StartOfFile += NameSize;
COFFObjectFile.cpp 910 if (Symbol.getShortName()[COFF::NameSize - 1] == 0)
915 Res = StringRef(Symbol.getShortName(), COFF::NameSize);
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 147 const uint32_t NameSize;
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 72 if (Name.size() <= COFF::NameSize) {
99 if (Name.size() <= COFF::NameSize) {
422 OS.write(i->Header.Name, COFF::NameSize);
466 OS.write(i->Header.Name, COFF::NameSize);
  /external/llvm/lib/ProfileData/
CoverageMappingReader.cpp 367 uint32_t NameSize = endian::readNext<uint32_t, Endian, unaligned>(FunBuf);
385 if (std::error_code EC = ProfileNames.get(NamePtr, NameSize, FuncName))
InstrProfReader.cpp 265 StringRef RawName(getName(Data->NamePtr), swap(Data->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/include/llvm/Object/
COFF.h 236 char ShortName[COFF::NameSize];
377 char Name[COFF::NameSize];
  /external/llvm/lib/IR/
Type.cpp 467 unsigned NameSize = Name.size();
470 TempStr.resize(NameSize + 1);

Completed in 788 milliseconds