HomeSort by: relevance | last modified time | path
    Searched defs:Bind (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFConfig.h 25 uint8_t Bind = ELF::STB_GLOBAL;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 210 class Bind {
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp 217 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL;
222 DynSym.Content.add(DynStr.Content.getOffset(Sym.Name), Sym.Size, Bind,
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 99 ASTMatchFinder::BindKind Bind)
102 Bind(Bind), Matches(false) {}
353 // returns, i.e. if no match is found or 'Bind' is 'BK_All'.
359 if (Bind != ASTMatchFinder::BK_All) {
397 const ASTMatchFinder::BindKind Bind;
581 BindKind Bind) {
584 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind);
603 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind);
616 BindKind Bind) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h 1630 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1639 struct Bind {
1645 TmplSel::template Bind<T>::type
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 70 bool objdump::Bind;
100 Bind = InputArgs.hasArg(OBJDUMP_bind);
1898 Bind || SymbolTable || LazyBind || WeakBind || IndirectSymbols ||
1991 if (Bind)
6915 // set by dyld as part of the "bind information".
10358 // bind table dumping
10389 // lazy bind table dumping
10414 // weak bind table dumping
10446 // address, ReferenceValue, in the Mach-O file and looks in the dyld bind
10468 outs() << "\nLazy bind table:\n"
    [all...]

Completed in 57 milliseconds